rougier / from-python-to-numpy

An open-access book on numpy vectorization techniques, Nicolas P. Rougier, 2017
http://www.labri.fr/perso/nrougier/from-python-to-numpy
Other
2.03k stars 339 forks source link

Make available as python notebooks #79

Open dwt opened 5 years ago

dwt commented 5 years ago

Viewing the book inside Jupiter makes just so much sense, as you can still browse the book just like now, but being able to just play with all the examples inline (and also have the output computed instead of written) should lead to less bugs and even better examples.

So, is there a way to get this converted to jupyter notebook format?

rougier commented 5 years ago

I'm not sure there is an automated way to do that (from rst to jupyter).

dwt commented 5 years ago

This might be a bit wild, but maybe Notebooks could be a better format to write the text and then convert to html from that for the html only version?

Also, there is stuff like this: https://github.com/nthiery/rst-to-ipynb/