User Tools

Python with jupyter-lab

Add the conda-forge channel by running:

conda config --add channels conda-forge

Then, install jupyterlab:

conda install jupyterlab

Useful packages:

conda install jupyter-ruff

Create environment for different python version

* This uses version 3.8 as example. However, python 3.8 is now available from Anaconda

conda update -n base -c defaults conda
conda create -n python38 python=3.8
conda activate python38

HDF5 and c++

conda install hdf5
conda install gxx_linux-64

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

More information