Skip to content

Instantly share code, notes, and snippets.

View luisnaranjo733's full-sized avatar

Luis Naranjo luisnaranjo733

View GitHub Profile
@luisnaranjo733
luisnaranjo733 / nb2html.py
Created May 16, 2012 00:29 — forked from fperez/nb2html.py
First draft of an ipython notebook html exporter for blogger
#!/usr/bin/env python
"""A really simple notebook to rst/html exporter.
Usage
./nb2html.py file.ipynb
Produces 'file.rst' and 'file.html', along with auto-generated figure files
called nb_figure_NN.png.
@fperez
fperez / nb2html.py
Created January 6, 2012 07:53
First draft of an ipython notebook html exporter for blogger
#!/usr/bin/env python
"""A really simple notebook to rst/html exporter.
Usage
./nb2html.py file.ipynb
Produces 'file.rst' and 'file.html', along with auto-generated figure files
called nb_figure_NN.png.