JupyterHub: multi-user Jupyter notebook server. Support for CPU | GPU, x86_64 | arm64 | ppc64le.
1.8K
With JupyterHub you can create a multi-user Hub that spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server.
Project Jupyter created JupyterHub to support many users. The Hub can offer notebook servers to a class of students, a corporate data science workgroup, a scientific research project, or a high-performance computing group.
$ docker run -d \
--name jupyterhub_app \
-p [expose_port]:8000 \
laineil/jupyterhub:[tag]
$ docker logs jupyterhub_app
$ docker container stop jupyterhub_app
$ docker container rm jupyterhub_app
BSD 3-Clause License
Copyright (c) 2023, Laineil
All rights reserved.
Content type
Image
Digest
sha256:caa360ff6…
Size
196.3 MB
Last updated
7 months ago
docker pull laineil/jupyterhub