Versions Compared

Key

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

...

Code Block
languagebash
themeRDark
titleOpen Jupyter notebook
ssh rdsrv314
source software#get the repo
git clone --recursive git@github.com:slaclab/epix-hr-m-320k.git  -b pre-release
cd epix-hr-m-320k/software/notebook 
bash
#Activate environment
source ./setup_env.sh
cd#open Jupyter software/notebook
jupyter notebook --no-browsernotebook
./runJupyter.sh

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

...

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


If you wish to see the Rogue interface, run this command in the terminal of you local machine. For this to work, you should have already executed the basic start section of the jupyter notebook template.


Code Block
themeRDark
titleSee Rogue interface from localhost
python -m pyrogue gui --server='rdsrv314:9099'

Getting git updates


Code Block
themeRDark
git pull origin pre-release
git submodule update