Skip to content

godatadriven-dockerhub/jupyterhub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JupyterHub in Docker

JupyterHub docker container based on either OpenJDK 8 and Miniconda 3 or only Miniconda 3 in case of the nospark build.

Running the container

By default jupyterhub is run:

docker run -p 8000:8000 godatadriven/jupyterhub 

However, to be able to login you need to provide a config accessible through a volume and pass the necessary arguments:

docker run -p 8000:8000 -v /local_folder:/config godatadriven/jupyterhub --config /config/jupyterhub_config.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published