How to convert ipython notebook into other formats

Post date: Aug 11, 2014 4:11:00 AM

To convert iPython notebook into html, pdf, etc., what you need it nbconvert:

http://blog.fperez.org/2012/09/blogging-with-ipython-notebook.html

http://technicaltidbit.blogspot.com/2013/07/nbconvert-pdf-from-ipython-notebook.html

http://ipython.org/ipython-doc/1/interactive/nbconvert.html

http://frenticb.blogspot.com/2013/02/exporting-ipython-notebooks.html