ssh -X lxpool.gsi.de
# you might have to use your GSI user name for the login, i.e. ssh -X username@lxpool.gsi.de
ssh -X lxir128.gsi.de
export RootInteractive=/path/to/your/RootInteractive/directory
# examples:
# export RootInteractive=$HOME/RootInteractive
git clone https://github.com/miranov25/RootInteractive $RootInteractive
singularity shell --nv -B /cvmfs -B /u/ -B /data.local1/ -B /lustre /data.local1/miranov/JIRA/ATO-500//tensorflow_latest-gpuCUDA
eval $(alienv --no-refresh printenv AliPhysics::latest)
export PYTHONPATH=/usr/local/lib/python3.6/dist-packages:$PYTHONPATH
export PYTHONPATH=$RootInteractive/:$PYTHONPATH
export PATH=/usr/local/bin/:$PATH
singularity shell --nv -B /cvmfs -B /u/ -B /data.local1/ -B /lustre /data.local1/miranov/JIRA/ATO-500//tensorflow_latest-gpuCUDA_O2test
source /venv/setup2/bin/activate
eval $(alienv --no-refresh printenv O2::latest)
source /venv/setup2/bin/activate
export PYTHONPATH=/usr/local/lib/python3.6/dist-packages:$PYTHONPATH
export PYTHONPATH=$RootInteractive/:$PYTHONPATH
export PATH=/usr/local/bin/:$PATH
cd $RootInteractive/RootInteractive/InteractiveDrawing/bokeh/
pytest test_*py
cd $RootInteractive/RootInteractive/tutorial/
jupyter notebook --no-browser --ip=127.0.0.1
Or copy and paste one of these URLs:
http://127.0.0.1:8889/?token=1158d925b526dacd9db8b117d71a6750633a8c5f0d482bd6
http://127.0.0.1:8889/?token=1158d925b526dacd9db8b117d71a6750633a8c5f0d482bd6
ssh -A -t -l username lxpool.gsi.de -L <port>:localhost:<port> ssh -A -t -l username lxir128.gsi.de -L <port>:localhost:<port>
# examples:
# ssh -A -t -l hellbaer lxpool.gsi.de -L 8889:localhost:8889 ssh -A -t -l hellbaer lxir128.gsi.de -L 8889:localhost:8889
ssh -X lxplus8.cern.ch
# you might have to use your CERN user name for the login, i.e. ssh -X username@lxplus8.cern.ch
export NOTES=/eos/user/m/mivanov/www/github/alice-tpc-notes
export EOSuser=/path/to/your/EOS/directory
# examples:
# export EOSuser=/eos/user/e/ehellbar
export RootInteractive=/path/to/your/RootInteractive/directory
# examples:
# export RootInteractive=$EOSuser/RootInteractive
# export RootInteractive=/eos/user/m/mivanov/www/github/RootInteractive
export venvPrefix=/path/to/your/virtual/python/environments
# examples:
# export venvPrefix=$EOSuser/venv
# export venvPrefix=/eos/user/e/ehellbar/venv
# export venvPrefix=/eos/user/m/mivanov/www/venv
git clone https://github.com/miranov25/RootInteractive $RootInteractive
eval $(/cvmfs/alice.cern.ch/bin/alienv printenv O2sim/v20220220-1)
python3 -m venv ${venvPrefix}/setup2
source ${venvPrefix}/setup2/bin/activate
# python3 -m pip install -r $RootInteractive/requirements.txt
python3 -m pip install -e $RootInteractive
ssh -X lxplus8.cern.ch
# you might have to use your CERN user name for the login, i.e. ssh -X username@lxplus8.cern.ch
eval $(/cvmfs/alice.cern.ch/bin/alienv printenv O2sim/v20220220-1)
source ${venvPrefix}/setup2/bin/activate
export PYTHONPATH=$RootInteractive/:$PYTHONPATH
cd $RootInteractive/RootInteractive/InteractiveDrawing/bokeh/
pytest test_*py
cd $RootInteractive/RootInteractive/tutorial/
jupyter notebook --no-browser --ip=127.0.0.1
Or copy and paste one of these URLs:
http://127.0.0.1:8888/?token=48e7e052b37a01608c03f57fb678d05a0c4ca6e9fe5b28bc
(setup2) ehellbar@lxplus8s13:/eos/user/e/ehellbar/RootInteractive/RootInteractive/tutorial$
http://127.0.0.1:8888/?token=48e7e052b37a01608c03f57fb678d05a0c4ca6e9fe5b28bc
ssh -N -f -L <port>:localhost:<port> username@<host>
# examples:
# ssh -N -f -L 8888:localhost:8888 ehellbar@lxplus8s13.cern.ch
export RootInteractive=/path/to/your/RootInteractive/directory
# examples:
# export RootInteractive=$HOME/RootInteractive
export venvPrefix=/path/to/your/virtual/python/environments
# examples:
# export venvPrefix=$HOME/venv
git clone https://github.com/miranov25/RootInteractive $RootInteractive
python3 -m venv ${venvPrefix}/setup2
source ${venvPrefix}/setup2/bin/activate
# python3 -m pip install -r $RootInteractive/requirements.txt
python3 -m pip install -e $RootInteractive
eval $(alienv printenv O2::latest)
source ${venvPrefix}/setup2/bin/activate
export PYTHONPATH=$RootInteractive/:$PYTHONPATH
cd $RootInteractive/RootInteractive/InteractiveDrawing/bokeh/
pytest test_*py
cd $RootInteractive/RootInteractive/tutorial/
jupyter notebook