Table of Contents |
---|
...
Installation
SCU - BRB Cluster
To connect to the SCU - BRB cluster, you must be connected to the WCM VPN service
Reserve session on node
Jupyter-notebook can be installed from within a node. To reserve an interactive session on a node, the following commands can be run:
...
More slurm information can be found here:
Perform jupyter-notebook installation
Code Block |
---|
[rma3001@scu-node001 ~]$ conda create -n jupyter-notebook [rma3001@scu-node001 ~]$ conda activate jupyter-notebook [rma3001@scu-node001 ~]$ conda install -c anaconda jupyter |
...
Connecting to Jupyter Notebook
Prerequisite
Configure Local SSH Config File
Configure your ~/.ssh/config file on your local workstation to properly connect to the internal node that will run your Jupyter Notebook:
...
Info |
---|
For seamless access to the cluster and Jupyter Notebooks, ensure your SSH Keys are configured |
Run Jupyter Notebook
Jupyter notebook can be started through the following command:
...
Keep track of the http://127.0.0.1:port/?token link. This will be needed once the SSH connection is established.
SCU - Cluster Connection
From within a different terminal, edit the ~/.ssh/config file on your local workstation to include the following, replace MY_CWID, with your CWID:
...
On your local machine’s browser, enter the token link that was outputted when Jupyter notebook was run, beginning with http://127.0.0.1:port/?token=…
...
Contact
Contact scu@med.cornell.edu if you have any questions or if any issues are encountered.
...