Sign inSign up

xeor/jupyter

By xeor

Updated about 9 years ago

Jupyter with some extras

Image
0

1.0K

xeor/jupyter repository overview

jupyter notebook with some extras..

For a good docker/kubernetes notebook, mount:

  • /usr/local/sbin
  • /home/jovyan/.ipython
  • /home/jovyan/.jupyter
  • /home/jovyan/work
  • /opt/conda/envs
  • /home/jovyan/.conda

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'

Tag summary

Content type

Image

Digest

Size

1000.7 MB

Last updated

about 9 years ago

docker pull xeor/jupyter