Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hansihe/pythonnotebook
A docker image containing ipython notebook, the scipy stack and several useful packages.
https://github.com/hansihe/pythonnotebook
Last synced: about 1 month ago
JSON representation
A docker image containing ipython notebook, the scipy stack and several useful packages.
- Host: GitHub
- URL: https://github.com/hansihe/pythonnotebook
- Owner: hansihe
- Created: 2015-04-25T21:45:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-25T22:28:09.000Z (over 9 years ago)
- Last Synced: 2024-10-14T20:52:23.140Z (2 months ago)
- Language: Shell
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A docker image that runs a ipython notebook. Default packages include the scipy stack and several packages I use.
To build the docker image, run:
`$ docker build .`
To create and run the image, run the command below. Please note that this will only listen on localhost. Listening on anything else would be irresponsable since we don't have a password set.
`$ docker run --name -d -p 127.0.0.1:8081:8888 -v ~/notebooks:/notebooks `