https://github.com/hardbyte/jupyter-docker
A dockerized IPython (Project Jupyter) application.
https://github.com/hardbyte/jupyter-docker
Last synced: 6 months ago
JSON representation
A dockerized IPython (Project Jupyter) application.
- Host: GitHub
- URL: https://github.com/hardbyte/jupyter-docker
- Owner: hardbyte
- Created: 2014-09-17T02:24:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-17T04:17:41.000Z (over 11 years ago)
- Last Synced: 2025-09-12T10:51:53.991Z (7 months ago)
- Language: Shell
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A very simple Docker container that simply gives you an ipython shell.
Build:
docker build -t ipython-shell .
Run IPython:
docker run -it ipython-shell