JupyterHub: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(JupyterHub sites in bold)
(Reordering stuff, adding subsection titles)
Line 22: Line 22:
<!--T:5-->
<!--T:5-->
Some regional initiatives offer access to computing resources through JupyterHub.
Some regional initiatives offer access to computing resources through JupyterHub.
<!--T:6-->
* The [https://www.pims.math.ca Pacific Institute for the Mathematical Sciences] in collaboration with Compute Canada and [http://www.cybera.ca Cybera] offer cloud-based hubs to universities and schools. Each institution can have its own hub where users authenticate with their credentials from that institution. The hubs are hosted on the Compute Canada [[Cloud]] and are essentially for training purposes. Institutions interested in obtaining their own hub can visit [http://syzygy.ca http://syzygy.ca]. See [https://www.computecanada.ca/featured/compute-canada-and-pims-launch-jupyter-service-for-researchers/ Compute Canada and PIMS launch Jupyter service for researchers].


<!--T:8-->
<!--T:8-->
=== JupyterHub on clusters ===
On the following clusters, use your Compute Canada username and password to connect to JupyterHub:
* '''[https://jupyterhub.beluga.computecanada.ca/ JupyterHub on Béluga]''' provides access to [[JupyterLab]] servers spawned through jobs on the cluster [[Béluga/en|Béluga]]
* '''[https://jupyterhub.beluga.computecanada.ca/ JupyterHub on Béluga]''' provides access to [[JupyterLab]] servers spawned through jobs on the cluster [[Béluga/en|Béluga]]
* '''[https://jupyterhub.helios.calculquebec.ca/ JupyterHub on Hélios]''' provides access to Jupyter Notebook servers spawned through jobs on the GPU cluster [[Hélios/en|Hélios]].
* '''[https://jupyterhub.helios.calculquebec.ca/ JupyterHub on Hélios]''' provides access to Jupyter Notebook servers spawned through jobs on the GPU cluster [[Hélios/en|Hélios]].
* '''[https://jupyter.scinet.utoronto.ca/ JupyterHub on Niagara]''' is a node which has been designated as a Jupyter Hub and it can run Jupyter Notebook sessions. To learn more, see the [https://docs.scinet.utoronto.ca/index.php/Jupyter_Hub SciNet JupyterHub wiki page].
* '''[https://jupyter.scinet.utoronto.ca/ JupyterHub on Niagara]''' is a node which has been designated as a Jupyter Hub and it can run Jupyter Notebook sessions. To learn more, see the [https://docs.scinet.utoronto.ca/index.php/Jupyter_Hub SciNet JupyterHub wiki page].
<!--T:6-->
=== JupyterHub for universities and schools ===
* The [https://www.pims.math.ca Pacific Institute for the Mathematical Sciences] in collaboration with Compute Canada and [http://www.cybera.ca Cybera] offer cloud-based hubs to universities and schools. Each institution can have its own hub where users authenticate with their credentials from that institution. The hubs are hosted on the Compute Canada [[Cloud]] and are essentially for training purposes. Institutions interested in obtaining their own hub can visit [http://syzygy.ca http://syzygy.ca]. See [https://www.computecanada.ca/featured/compute-canada-and-pims-launch-jupyter-service-for-researchers/ Compute Canada and PIMS launch Jupyter service for researchers].


== References == <!--T:7-->
== References == <!--T:7-->
</translate>
</translate>

Revision as of 15:30, 11 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.

JupyterHub on clusters

On the following clusters, use your Compute Canada username and password to connect to JupyterHub:

JupyterHub for universities and schools

References