Monitoring the JupyterLab SLURM job
The JupyterLab runs as a normal SLURM job within the HPC Compute Cluster and can therefore be monitored using normal SLURM commands like squeue.
When submitting a JupyterLab SLURM job the <JOB-ID> used in the batch system is displayed.
This can then be used to monitor the SLURM job using ‘squeue -j <JOB-ID>’ and ‘scontrol show job <JOB-ID>’.