Skip to content

Commit

Permalink
content for web-portals > jupyter-hub
Browse files Browse the repository at this point in the history
  • Loading branch information
yassinkhalifa committed Nov 7, 2023
1 parent 138b936 commit 919727c
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 27 additions & 1 deletion docs/web-portals/jupyter-hub.md
Original file line number Diff line number Diff line change
@@ -1 +1,27 @@
# Jupyter Hub
# Jupyter Hub

Summary
-------

In addition to Jupyter notebook sessions via Open OnDemand, CRC also hosts the functionality for the multi-user equivalent [Jupyter Hub](https://jupyter.org/hub).

[**Log in to Jupyter Hub**](http://hub.crc.pitt.edu)

Accessing CRC Jupyter Hub
-------------------------

The **Server Options** dropdown gives you the option to create a Jupyter Hub instance on your local machine, on the SMP cluster (1 core, 3 hours), or on the GPU cluster with GTX 1080 (1 GPU, 3 hours) or A100 (1 GPU, 3 hours).

![](../_assets/img/web-portals/JupyterHubServerOptions.png)

After making your selection, click on **Start** and you will be redirected once the job is provisioned on the cluster. This may take a few minutes, depending on the cluster's load.

Once the job has started, click on **Start My Server**, which will lead you to the Launcher page.

![](../_assets/img/web-portals/JupyterHubLauncher.png)

Here you can open a Jupyter notebook, a Console or even a Terminal. Your files stored on the CRC cluster are visible in the left pane.

Notebooks and Consoles can be started using a specific _kernel_. Some of these kernels correspond to standard Python (or Julia and R) environments, for instance Python 3.7. Other kernels can contain user-defined virtual environments, with specific packages installed. We provide guidelines on how to create Python virtual environments, install software in them and make them visible as user-defined kernels in Jupyter Hub at [python](../applications/python.md).

General information about Juyter notebook capabilities are available at [https://jupyter.org](https://jupyter.org). Jupyter notebooks created using the CRC Jupyter Hub are automatically saved to your home directory on the CRC cluster. The **File** menu near the top left corner of Jupyter Hub allows you to rename your files or to save them to non-default directories.

0 comments on commit 919727c

Please sign in to comment.