Local voilĂ  recipes Calibration: #tmux new -s "Calibration" git clone https://git.km3net.de/education/masterclass_calib.git cd masterclass_calib python3 -m pip install --user virtualenv python3 -m virtualenv masterclass_venv source masterclass_venv/bin/activate pip install voila ipywidgets matplotlib numpy pandas jupyterlab python run_masterclass.py #tmux attach-session -t "Calibration" #tmux ls - Open in a browser: http://localhost:8866/ - Download calibration.csv and open it to edit/update the calibration offsets. Analysis: #tmux new -s "Analysis" git clone https://git.km3net.de/education/masterclass.git cd masterclass python3 -m pip install --user virtualenv python3 -m virtualenv masterclass_venv source masterclass_venv/bin/activate pip install voila ipywidgets matplotlib numpy pandas scipy mplcursors jupyterlab python run_analysis.py #tmux attach-session -t "Analysis" #tmux ls - Open in a browser: http://localhost:8867/ - Use the previously calibrated calibration.csv to run the analysis.