Versions Compared

Key

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

...

Code Block
languagebash
themeRDark
titleOpen Jupyter notebook
ssh rdsrv314
#get the repo
git clone --recursive git@github.com:slaclab/epix-hr-m-320k.git 
cd epix-hr-m-320k
source software/setup_env.sh
cd software/notebook
jupyter notebook --no-browsernotebookTemplate.ipynb

This should open a browser to the notebook. That is allCopy the link.


If you want to Access the Jupyter notebook from your localhost,  copy the link., and run the following


Code Block
languagebash
themeRDark
titleAccess Jupyter notebook from you local workstation
ssh -L 8888:localhost:8888 rdsrv314

...