Skip to content

Instantly share code, notes, and snippets.

View luisnaranjo733's full-sized avatar

Luis Naranjo luisnaranjo733

View GitHub Profile
@luisnaranjo733
luisnaranjo733 / .block
Created May 16, 2017 20:01 — forked from mbostock/.block
Choropleth
license: gpl-3.0
height: 600
border: no
@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.