solarPV_identification/CNN/visualization0a3dbd2fe33eDan_master_thesis
solarPV_identification/CNN/visualization
0a3dbd2fe33eDan_master_thesis
visualization
visualization
README.md
README.md
How to launch jupyter notebook on the cluster
- In order to launch jupyter Notebook execute the following commands:
. set_env.sh ipcluster start --init --profile=default --ip="*" -n=1 --engines=Slurm --SlurmEngineSetLauncher.timelimit=01:00:00 --SlurmEngineSetLauncher.queue=debug --SlurmEngineSetLauncher.account=leso-pb #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