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  -b pre-release
cd epix-hr-m-320k/software/notebook 
bash
#Activate environment
source software./setup_env.sh
cd#open Jupyter software/notebook
jupyter notebook notebookTemplate.ipynb./runJupyter.sh

This should open a browser to the notebook. That is all.

...

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