Skip to content
Wes Turner edited this page May 25, 2015 · 14 revisions

IPython Docker Configurations

Docker Hub: https://registry.hub.docker.com/u/ipython/

Source: https://github.com/ipython/docker-notebook

OS: Ubuntu 14.04 Trusty Tahr

Scipy Stack: http://www.scipy.org/stackspec.html

A few ways to install IPython with Docker:

>>> itertools.product(['IPython', 'IPython Notebook'], ['', '+ SciPy Stack'])

Anaconda + IPython Configurations

Links to Jupyter Hub

IPython Notebook is now Jupyter Notebook.

Jupyter Hub supports multi-user Jupyter Notebook servers; as separate user accounts on the same machine, or as different Docker containers each containing a user account (see: https://github.com/jupyter/jupyterhub/wiki/Spawners)

Notes regarding use of IPython and Docker

  • TODO: mount a local filesytem directory for notebooks
  • TODO: (jupyter) (GDrive) storage plugins
  • TODO: about running an init process w/ syslog etc (e.g. phusion/baseimage-docker)
  • TODO: sysv/upstart/systemd/supervisord/runit config for IPython Notebook
Clone this wiki locally