...
The Remote Desktop feature is available for local running notebooks, Noctua 1 (Slurm jobs) and Noctua 2 (Slurm jobs) instances.
How-To
Create custom IPython kernel inside custom conda environment
Create a conda environment as described here:
conda activate <your conda env>
conda install ipykernel
ipykernel install --user --name <KERNEL NAME> <KERNELNAME> --display-name "<DISPLAY NAME>"
...