Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

How to run

  1. Generate a password according to the documentation.
    python -c 'from notebook.auth import passwd; print(passwd())'
  1. Run the container.

     docker run -d -p 8080:5000 -e JUPYTER_PASSWD='sha1:fdfcbad4bdda:de8f9db6eb247977ec7abb66fa292bcbf804bc85' vifon/jupyter
    

Optional

If you want to use a host directory for the notebook storage, bind it to the container using -v /SOME/HOST/PATH:/notebook.

If you want to host the notebook on a non-root site URL, add -e JUPYTER_BASE_URL=/your/site/url/.

About

A simple Jupyter Notebook contaner

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages