JupyterHub: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Created page with "== Introduction == JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve n...")
 
No edit summary
Line 1: Line 1:
== Introduction ==
== Introduction ==


JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group<ref>http://jupyterhub.readthedocs.io/en/latest/index.html, JupyterHub documentation</ref>.
JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user [[Jupyter]] notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group<ref>http://jupyterhub.readthedocs.io/en/latest/index.html, JupyterHub documentation</ref>.


== References ==
== References ==

Revision as of 18:55, 18 October 2017

Introduction

JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group[1].

References