You can run the notebook in an interactive session. Change the username in step 0 and the port in step 5. The port range should be [5900-5999]. For access, connect to the ETH network via VPN/WiFi.
```
# Step 0: Connect to D-ITET host
ssh XXX@tik42x
# Step 1: Change working directory to net_scratch
cd /usr/itetnas04/data-scratch-01/$USER/data
# Step 2: Set cluster to Snowflake
export SLURM_CONF=/home/sladmsnow/slurm/slurm.conf
# Step 3: Start interactive job
srun --pty bash -i
# Step 4: Download and execute the environment setup script
wget -O setup_activate_env.sh https://polybox.ethz.ch/index.php/s/4hoYLZ3K149dBzl/download
source setup_activate_env.sh
# Step 5: Start Jupyter Notebook
jupyter notebook --FileContentsManager.delete_to_trash=False --no-browser --port XXXX --ip $(hostname -f)
```
When you are finished with the notebook, press ctrl+c (closing the notebook), ctrl+d (exiting the env) and ctrl+d (returning the GPU into the common pool).