Sign inSign up

laineil/jupyterhub

By laineil

Updated 7 months ago

JupyterHub: multi-user Jupyter notebook server. Support for CPU | GPU, x86_64 | arm64 | ppc64le.

Image
0

1.8K

laineil/jupyterhub repository overview

Docker Pulls Docker Image Size (latest by date) Docker Image Version (latest by date) Static Badge Static Badge GitHub

About JupyterHub

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.

Image information

Run a container

$ docker run -d \
--name jupyterhub_app \
-p [expose_port]:8000 \
laineil/jupyterhub:[tag]

Verify

  • http://[server_host]:[expose_port]

Logging

$ docker logs jupyterhub_app

Remove

  • Stop container
$ docker container stop jupyterhub_app
  • Remove container
$ docker container rm jupyterhub_app

License Agreement

BSD 3-Clause License
Copyright (c) 2023, Laineil
All rights reserved.

Tag summary

Content type

Image

Digest

sha256:caa360ff6

Size

196.3 MB

Last updated

7 months ago

docker pull laineil/jupyterhub