https://github.com/dckc/ipython-docker
docker container for ipython notebook
https://github.com/dckc/ipython-docker
Last synced: 8 months 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 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-16T04:24:16.000Z (over 11 years ago)
- Last Synced: 2025-04-04T20:15:01.748Z (8 months ago)
- Language: Shell
- Size: 128 KB
- Stars: 5
- Watchers: 3
- 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-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