Make a note of the node you’re connected to, e.g. erc-hpc-comp001
Within this session, start Jupyter lab without the display on a specific port (here this is port 9998)
conda activate CNN jupyter lab --no-browser --port=9998 --ip="*" python -m notebook --no-browser --port=9998 --ip="*" # if the above line does not work
Open a separate connection to CREATE that connects to the node where Jupyter Lab is running using the port you specified earlier. (Problems known with VScode terminal)