Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dckc/ipython-docker
- Owner: dckc
- Created: 2013-12-27T21:48:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-16T04:24:16.000Z (over 10 years ago)
- Last Synced: 2024-10-15T21:17:33.224Z (23 days ago)
- Language: Shell
- Size: 128 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-notebookMAINTAINER 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