cc_staff
123
edits
mNo edit summary |
mNo edit summary |
||
Line 125: | Line 125: | ||
<!--T:29--> | <!--T:29--> | ||
After the shell prompt changes to <tt>(rapids) Singularity></tt>, you can launch the Jupyter Notebook server in the RAPIDS environment with the following command, and the URL of the Notebook server will be displayed after it starts successfully. | After the shell prompt changes to <tt>(rapids) Singularity></tt>, you can launch the Jupyter Notebook server in the RAPIDS environment with the following command, and the URL of the Notebook server will be displayed after it starts successfully. An example output would look like following: | ||
<source lang="console">(rapids) Singularity> jupyter-lab --ip $(hostname -f) --no-browser | <source lang="console">(rapids) Singularity> jupyter-lab --ip $(hostname -f) --no-browser | ||
[I 22:28:20.215 LabApp] JupyterLab extension loaded from /opt/conda/envs/rapids/lib/python3.7/site-packages/jupyterlab | [I 22:28:20.215 LabApp] JupyterLab extension loaded from /opt/conda/envs/rapids/lib/python3.7/site-packages/jupyterlab | ||
Line 145: | Line 145: | ||
Where the URL for the notebook server is | Where the URL for the notebook server is | ||
<source lang="console">http://gra1160.graham.sharcnet:8888/?token=5d4b75bf2ec3481fab1b625656a322afc96775440b7bb8c4</source> | <source lang="console">http://gra1160.graham.sharcnet:8888/?token=5d4b75bf2ec3481fab1b625656a322afc96775440b7bb8c4</source> | ||
You may ignore the rest of other information displayed. As there is no direct Internet connection on a compute node on Graham, you would need to set up an SSH tunnel with port forwarding between your local computer and the GPU node. See [[Jupyter#Connecting_to_Jupyter_Notebook|detailed instructions for connecting to Jupyter Notebook]]. | You may ignore the rest of other information displayed. As there is no direct Internet connection on a compute node on Graham, you would need to set up an SSH tunnel with port forwarding between your local computer and the GPU node before you are able to connect to the notebook server via a web browser on your local computer. See [[Jupyter#Connecting_to_Jupyter_Notebook|detailed instructions for connecting to Jupyter Notebook]]. | ||
==Submitting a RAPIDS job to the Slurm scheduler== <!--T:31--> | ==Submitting a RAPIDS job to the Slurm scheduler== <!--T:31--> |