Jupyter Notebook
Getting started with Jupyter Notebook.
Installing Jupyter
Jupyter with UV
Jupyter kernels using virtual environments
pip install ipykernel
ipython kernel install --user --name=<any_name_for_kernel>Accessing a Jupyter Notebook Running on ExCL
Detailed instructions for Linux/Mac
Detailed instructions for Windows with MobaXterm

MobaXTerm SSH 
Click on MobaSSHTunnel 
Click on New SSH Tunnel 
Local port forward 8888 
Click the play button to start port forwarding
Detailed instructions for Windows with Visual Studio Code

SSH Extension VS Code 
Navigate to the remote explorer settings. 
Chose the user .ssh config. 
Add the remote systems to connect to with the proxy command to connect through the login node. 
Connect step 1 
Open Folder 
Run Jupyter 
Open Port
Last updated
Was this helpful?