Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Remote Desktop feature is available for local running notebooks, Noctua 1 (Slurm jobs) and Noctua 2 (Slurm jobs) instances.

How-To

Create IPython kernel inside custom conda environment

  1. Create a conda environment as described here:

    1. Python & Python Package Management

  2. conda activate <your conda env>

  3. conda install ipykernel

  4. ipykernel install --user --name <KERNEL NAME> --display-name "<DISPLAY NAME>"

Loading software modules using JupyterLab

...