GitHub - jupyterhub/jupyterhub-tutorial: Tutorial materials for deploying JupyterHub (original) (raw)

Getting Started with JupyterHub tutorial

Note: The Zero to JupyterHub documentationhas a step-by-step walkthrough of setting up JupyterHub.

Updated for JupyterCon 2017 by Carol Willing, Min Ragan-Kelley, Ryan , Yuvi Panda

Follow along with the PDFor watch the video on YouTube.

Clone this repo:

git clone https://github.com/jupyterhub/jupyterhub-tutorial /srv/jupyterhub

You will need:

Quickest way to get jupyterhub is to run in this repo:

conda env create -f environment.yml

The latter half of the tutorial will use Docker.