Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IPython notebook on Heroku

Have someone made the experience of deploying an IPython notebook on Heroku. I don't find any information about this.

Can someone please explain me how to set up such an notebook on Heroku? Thanks. :)

like image 909
verbit Avatar asked May 11 '12 21:05

verbit


1 Answers

See http://nbviewer.ipython.org/, it's hosted on heroku :

$ 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 own notebooks there. See for example this NumPy tutorial : http://nbviewer.ipython.org/2847673/

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

like image 147
christopher Avatar answered Oct 23 '22 16:10

christopher