IPython Notebook packaged for Heroku.
Note: I've added persistent storage throguh Postgres on Heroku.
Note: Building IPython may take up to 15 minutes. Do not be discouraged by the apparent lack of progress. If the build times out, try again.
Create a new Heroku app, and build the app:
$ git clone https://github.com/mietek/instant-ipython
$ cd instant-ipython
$ heroku create
$ git push heroku master
Ensure the app is running on at least one dyno, and view the app:
$ heroku ps:scale web=1
$ heroku open
Password used to protect the notebook from unauthorised access.
Originally made by Miëtek Bak. Published under the MIT X11 license. Edited and imporved by Valyo Yolovski.