JupyterHub: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Removed bold characters)
(Marked this version for translation)
Line 9: Line 9:
JupyterHub eliminates the requirement for users to install their own version of [[Jupyter]] Notebook; they can connect to the application using only a recent web browser.
JupyterHub eliminates the requirement for users to install their own version of [[Jupyter]] Notebook; they can connect to the application using only a recent web browser.


== User Interface ==
== User Interface == <!--T:9-->
While JupyterHub allows each user to use one Jupyter server at a time, there may be multiple user interfaces available:
While JupyterHub allows each user to use one Jupyter server at a time, there may be multiple user interfaces available:
* Jupyter Notebook (classic interface)
* Jupyter Notebook (classic interface)
Line 15: Line 15:
* Terminal (for a single terminal only)
* Terminal (for a single terminal only)


<!--T:10-->
Otherwise, JupyterHub could have been configured to force a specific user interface.
Otherwise, JupyterHub could have been configured to force a specific user interface.



Revision as of 18:02, 8 January 2021

Other languages:

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]

JupyterHub eliminates the requirement for users to install their own version of Jupyter Notebook; they can connect to the application using only a recent web browser.

User Interface

While JupyterHub allows each user to use one Jupyter server at a time, there may be multiple user interfaces available:

  • Jupyter Notebook (classic interface)
  • JupyterLab (recommended, modern interface)
  • Terminal (for a single terminal only)

Otherwise, JupyterHub could have been configured to force a specific user interface.

Compute Canada initiatives

Some regional initiatives offer access to computing resources through JupyterHub.

References