An open API service indexing awesome lists of open source software.

https://github.com/korniichuk/jupyterhub

The jupyterhub stack of ready-to-run "JupyterHub" application in Docker
https://github.com/korniichuk/jupyterhub

Last synced: 4 months ago
JSON representation

The jupyterhub stack of ready-to-run "JupyterHub" application in Docker

Awesome Lists containing this project

README

          

.. contents:: Table of contents
:depth: 2

Full description
================
The `jupyter/notebook `_ Docker image with JupyterHub.

GitHub
======
The `korniichuk/jupyterhub `_ repo.

Docker Hub
==========
The `korniichuk/jupyterhub `_ repo.

Quickstart
==========
The following command starts a container with the JupyterHub listening for HTTP connections on port 7171::

$ docker run -d -p 7171:7171 korniichuk/jupyterhub