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 performanceEval
cd epix-hr-m-320k/software/notebook 
bash
source setup_env.sh
cd#Create anaconda environment and activate it
./createEnv.sh
conda activate ePixHrM
#open Jupyter notebook
jupyter notebook notebookTemplate.ipynb

...