Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dckc/ipython-docker

docker container for ipython notebook
https://github.com/dckc/ipython-docker

Last synced: 8 days ago
JSON representation

docker container for ipython notebook

Awesome Lists containing this project

README

        

Usage:
sudo docker build -t ipython-notebook .
sudo docker run -p 8123:8888 -v `/bin/pwd`:/notebooks -t ipython-notebook

MAINTAINER Dan Connolly

Tested with Docker version 0.7.2, build 28b162e

Refs:
- [docker](http://www.docker.io/)
- [Dockerfile reference](http://docs.docker.io/en/latest/use/builder/)

License: MIT