xeor/jupyter
jupyter notebook with some extras..
For a good docker/kubernetes notebook, mount:
A good jupyter_notebook_config.py
for keeping it behind a secure reverse proxy is:
c.NotebookApp.default_url = '/tree'
c.NotebookApp.token = ''
c.FileContentsManager.root_dir = 'work'
docker pull xeor/jupyter