The ipython-notebook-buildpack
is a Cloud Foundry buildpack for exposing IPython Notebook files.
To use this buildpack specify the URI of the repository when pushing an IPython Notebook file (or directory of files) to Cloud Foundry.
cf push --buildpack https://github.com/gopivotal/ipython-notebook-buildpack.git
The buildpack supports dependencies declaration using a requirements.txt
file located in the root of the directory being pushed to Cloud Foundry.