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

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.

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