Now Serving: Full-Text Sampler in IPython Notebook Format
miningthesocialweb.com
Now Serving: Full-Text Sampler in IPython Notebook Format
1–10 of 28 posts
Re: Now Serving: Full-Text Sampler in IPython Notebook Format
#2Re: Now Serving: Full-Text Sampler in IPython Notebook Format
#3Re: Now Serving: Full-Text Sampler in IPython Notebook Format
#4I think it's your opinion that is really the deciding factor there ;)
Re: Now Serving: Full-Text Sampler in IPython Notebook Format
#5I would also love to see a publishing workflow that could render IPython Notebooks for print on dead trees.
Re: Now Serving: Full-Text Sampler in IPython Notebook Format
#6YES! I would also love to see a publishing workflow that could render IPython Notebooks for print on dead trees.
Re: Now Serving: Full-Text Sampler in IPython Notebook Format
#7YES! I would also love to see a publishing workflow that could render IPython Notebooks for print on dead trees.
Re: Now Serving: Full-Text Sampler in IPython Notebook Format
#8YES! I would also love to see a publishing workflow that could render IPython Notebooks for print on dead trees.
The 1.0.0 version started bundling nbconvert, which does a pretty good job of exporting to html, pdf, latex, etc. Have you tried it out yet?
One thing I'm hoping to figure out is a way to transform IPython Notebooks into PDFs that satisfy my university's dissertation formatting guidelines (one inch margins, 12pt times, etc).
[1] https://github.com/ipython/ipython/tree/master/IPython/nbcon...
Re: Now Serving: Full-Text Sampler in IPython Notebook Format
#9Earlier quoted context omitted.
The 1.0.0 version started bundling nbconvert, which does a pretty good job of exporting to html, pdf, latex, etc. Have you tried it out yet?
I haven't started meaningfully playing with nbconvert yet, but I think one of the really promising features are the nbconvert templates[1]. From what I gather you can make custom templates with jinja and invoke them on the command line. It would be interesting to create a docbook, msword, specifically formatted pdf templates which would allow IPython Notebooks to flow into existing print publication workflows (if I r…
O'Reilly does use docbook internally as part of the toolchain, but asciidoc is coming into style as well. I've done most of my work in docbook with a docbook editor, but did some of my latest boook in asciidoc, which was much easier. Just use a standard text editor of choice (like Vim) and get right to it. Much easier for me, anyway.
One thing I'd really like to see is ipynb supporting asciidoc instead of or in addition to markdown. You can go to/from asciidoc and docbook in a lossless way, IIRC.
Re: Now Serving: Full-Text Sampler in IPython Notebook Format
#10https://github.com/ptwobrussell/Mining-the-Social-Web-2nd-Ed...