from-python-to-numpy icon indicating copy to clipboard operation
from-python-to-numpy copied to clipboard

Make available as python notebooks

Open dwt opened this issue 7 years ago • 2 comments

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?

dwt avatar Dec 13 '18 23:12 dwt

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

rougier avatar Dec 17 '18 09:12 rougier

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/

dwt avatar Dec 17 '18 09:12 dwt