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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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