solarPV_identification/CNN/visualizatione8b57b448f0csimon
solarPV_identification/CNN/visualization
e8b57b448f0csimon
visualization
visualization
README.md
README.md
How to launch jupyter notebook on the cluster
- In order to launch jupyter Notebook execute the following commands:
bash set_env.sh source opt/x86_E5v2_IntelIB/venv-gcc/bin/activate sbatch slurm_engine.sbatch
- Then open a screen:
screen -S jupyter
- Launch the notebook with:
jupyter notebook --ip="$(hostname -s).epfl.ch"
- Screen commands to detach and resume:
Ctrl+A+d screen -r jupyter
c4science · Help