You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


If the Jupyter notebook server is not already open, do the following in the repository root to open the jupyter server


Open Jupyter notebook
ssh rdsrv314
source software/setup_env.sh
cd software/notebook
jupyter notebook --no-browser

Copy the link.


If you want to Access the Jupyter notebook from your localhost run the following


Access Jupyter notebook from you local workstation
ssh -L 8888:localhost:8888 rdsrv314


Open a web browser on your local machine, and paste the link you copied above. You should see the notebook server html page.

  • No labels