What is the best way to get an ipython notebook into html format for use in a blog post?
It is easy to turn an ipython notebook into a PDF, but I\'d rather publish a
One step further from the answer above. To create a PDF file,
create a tex file
nbconvert -f latex your_notebook.ipynb
convert tex to pdf :
pdflatex your_notebook.tex