Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

mietek/instant-ipython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


This project is no longer maintained.


Instant IPython

IPython Notebook packaged for Heroku.

Note: There is currently no provision for permanent storage. All data will be lost on restart.

Usage

Deploying

Deploy

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.

Deploying manually

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

Configuration

IPYTHON_PASSWORD

Password used to protect the notebook from unauthorised access.

About

Made by Miëtek Bak. Published under the BSD license.

About

IPython Notebook packaged for Heroku

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages