Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


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


Code Block
languagebash
themeRDark
titleOpen 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


Code Block
languagebash
themeRDark
titleAccess 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.