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
- Host: GitHub
- URL: https://github.com/korniichuk/jupyterhub
- Owner: korniichuk
- License: unlicense
- Created: 2015-12-28T16:59:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-10T15:05:44.000Z (over 9 years ago)
- Last Synced: 2025-01-17T08:28:36.961Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
.. contents:: Table of contents
:depth: 2Full 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