Monday 22 April 2013

Using nbconvert

Following the instructions at https://github.com/ipython/nbconvert

In my path:

git clone https://github.com/ipython/nbconvert.git

Install all components listed at the top link (except sudo apt-get install texlive-full)

Conversion:

$ nbconvert.py  --format latex Untitled2.ipynb
$ pdflatex Untitled2.tex
$ evince Untitled2.pdf


Worked! (with warnings about depreciation)

I cannot get nbconvert2.py to work (yet).

No comments:

Post a Comment