IPython laptop on Heroku

Ask someone to share their IPython laptop deployment experience on Heroku. I can not find information about this.

Can someone please explain to me how to create such a notebook on Heroku? Thank you. :)

+6
source share
1 answer

See http://nbviewer.ipython.org/ , it is posted on the hero:

$ host nbviewer.ipython.org nbviewer.ipython.org is an alias for nbviewer.herokuapp.com. nbviewer.herokuapp.com has address 107.22.226.64 

You can even access your laptops. See for example this NumPy tutorial: http://nbviewer.ipython.org/2847673/

And, of course, a very cool XKCD build library: http://nbviewer.ipython.org/url/jakevdp.github.com/downloads/notebooks/XKCD_plots.ipynb

+1
source

Source: https://habr.com/ru/post/915539/


All Articles