Contribute Media
A thank you to everyone who makes this possible: Read More

JupyterHub: Deploying Jupyter Notebooks for students and researchers

Description

PyData London 2016 Min Ragan Kelley & Thomas Kluyver

Learn to deploy JupyterHub! JupyterHub is a simple, highly extensible, multi-user system for managing per-user Jupyter Notebook servers, designed for research groups or classes. We will cover deploying JupyterHub on a single server, as well as deploying with Docker using GitHub for authentication.

The Jupyter Notebook is an interactive web-based tool for interactive programming and writing code-centric documents. Being a web-based environment, the notebook server can be run remotely, not just on your local machine. JupyterHub is a multi-user server, aimed at helping research groups and instructors host notebook servers for their users or students. By default, JupyterHub uses the local system users and PAM authentication, but it can be customized to use any authentication system, including GitHub, CILogon, Shibboleth, and more. The way single-user servers are spawned can also be customized to use services such as Docker, Kubernetes, or HPC cluster queuing systems. The tutorial will cover a basic deployment of JupyterHub on a single machine, then extending it to use docker and GitHub authentication, as well as general best practices for JupyterHub deployment.

Slides available here: https://github.com/minrk/jupyterhub-pydata-2016/blob/master/JupyterHub.pdf GitHub Repo: https://github.com/minrk/jupyterhub-pydata-2016

Improve this page