Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Jupyter allows you to work with your own environment. You can use e.g. conda for this task. Start by creating a new conda environment:

Codeblock
module purge   ##just in case
module load Miniconda/3.1
conda create -p /gpfs/project/$USER/py310 python=3.10
conda activate /gpfs/project/$USER/py310

...