JupyterLab
This is a simple guide to launch a JupyterLab instance from a GPU node.
To execute JupyterLab instances on a GPU node you have to first create a Conda environment following these instructions. Note: you only have to do this once.
# Create a conda environment
module load anaconda
conda create --name lab python=3.12
conda activate lab
# Install dependencies
conda install -y conda-forge::tensorflow-gpu conda-forge::cuda conda-forge::cudnn
pip install jupyterlab ipykernel
To launch your JupyterLab instance first allocate a GPU job:
Now launch your JupyterLab instance: