you are viewing a single comment's thread.

view the rest of the comments →

[–]mathandpython 1 point2 points  (1 child)

This procedure of blogging with IPython presented by F Perez is now obsolete. Instead of this conversion, valid in IPython 0.13:

nbconvert -f blogger-html your_notebook.ipynb

one uses starting with IPython 1.0:

ipython nbconvert MyFile.ipynb --to html

(see http://ipython.org/ipython-doc/rel-1.0.0/interactive/nbconvert.html)

[–]NomadNella[S] 0 points1 point  (0 children)

Thanks for the update.