This repository contains the Dockerfiles and shell scripts used by four Docker containers:
- ipython/base - Base installation of IPython and its dependencies
- ipython/scipystack - Relies on
ipython/base, installs the scipy stack & more - ipython/scipyserver - Relies on
ipython/scipystack, sets up a notebook server. See the README for usage instructions. - ipython/notebook - Relies on
ipython/baseand just sets up the IPython notebook. No additional Python packages are installed by default