JupyterHub: Difference between revisions
Jump to navigation
Jump to search
(Marked this version for translation) |
No edit summary |
||
Line 4: | Line 4: | ||
<!--T:2--> | <!--T:2--> | ||
JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user | "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> | ||
<!--T:3--> | <!--T:3--> | ||
JupyterHub eliminates the requirement for users to install their own version of [[Jupyter]] Notebook. Users can connect to Jupyter Notebook using only a recent web browser. | |||
== | == Compute Canada initiatives == <!--T:4--> | ||
<!--T:5--> | <!--T:5--> | ||
Some regional initiatives offer access to computing resources through JupyterHub. | |||
<!--T:6--> | <!--T:6--> | ||
* The [https://www.pims.math.ca Pacific Institute for the Mathematical Science] in collaboration with Compute Canada and [http://www.cybera.ca Cybera] offer cloud-based hubs to universities and schools | * The [https://www.pims.math.ca Pacific Institute for the Mathematical Science] 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]. | ||
* | |||
* The [https://jupyter.calculquebec.ca/ https://jupyter.calculquebec.ca] CQ hub provides access to notebook servers spawned through jobs on two of Laval University's HPC systems: [https://wiki.calculquebec.ca/w/Colosse Colosse] and [https://wiki.calculquebec.ca/w/Helios Helios]. To authenticate on this hub, users are required to have a Calcul Québec account. To learn more, see the [https://wiki.calculquebec.ca/w/JupyterHub Calcul Québec wiki JupyterHub page]. | |||
* SciNet hosts a hub available through an SSH tunnel via <code>login.scinet.utoronto.ca</code>. To learn more, visit [https://wiki.scinet.utoronto.ca/wiki/index.php/Jupyter_Hub_on_SciNet SciNet wiki JupyterHub page]. | * SciNet hosts a hub available through an SSH tunnel via <code>login.scinet.utoronto.ca</code>. To learn more, visit [https://wiki.scinet.utoronto.ca/wiki/index.php/Jupyter_Hub_on_SciNet SciNet wiki JupyterHub page]. | ||
== References == <!--T:7--> | == References == <!--T:7--> | ||
</translate> | </translate> |
Revision as of 15:15, 26 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]
JupyterHub eliminates the requirement for users to install their own version of Jupyter Notebook. Users can connect to Jupyter Notebook using only a recent web browser.
Compute Canada initiatives
Some regional initiatives offer access to computing resources through JupyterHub.
- The Pacific Institute for the Mathematical Science in collaboration with Compute Canada and 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.See Compute Canada and PIMS launch Jupyter service for researchers.
- The https://jupyter.calculquebec.ca CQ hub provides access to notebook servers spawned through jobs on two of Laval University's HPC systems: Colosse and Helios. To authenticate on this hub, users are required to have a Calcul Québec account. To learn more, see the Calcul Québec wiki JupyterHub page.
- SciNet hosts a hub available through an SSH tunnel via
login.scinet.utoronto.ca
. To learn more, visit SciNet wiki JupyterHub page.
References
- ↑ http://jupyterhub.readthedocs.io/en/latest/index.html, JupyterHub documentation