[IPython-dev] html notebook converter

Damián Avila damianavila at gmail.com
Wed Apr 25 22:05:05 EDT 2012


Guys,

I have been reading the notebook converter script posted in github.
Searching for tools to a better conversion from rst to html, i have 
found a static site generator called Nikola (developed from a guy in my 
country).
So, I taked some code... I make some changes... and you can see the 
result here: http://damian.staticloud.com
This is the notebook tour example inside IPython docs...
It is a very preliminar result... you can see that some kind of cells 
are not converted... but also you can see the improvement in the 
"loooking" of the notebook.
I am using a jinja template (Nikola uses mako and jinja), and IPython is 
migrating to this templating engine, so i would be very easy to get the 
same look as the "live" notebook in the future.
Up to now, I am using docutils and pygments as dependencies.

I will be working on this... and I will published it when I clean the 
mess...

Regards.

Damián.




More information about the IPython-dev mailing list