Skip to content

Installation

Create a virtual environment

python -m venv .venv_iconclm_cmip6_precip
source .venv_iconclm_cmip6_precip/bin/activate
pip install -r requirements.txt

Register the Jupyter kernel

python -m ipykernel install \
    --user \
    --name icon-clm-cmip6-precip \
    --display-name "Python (ICON-CLM CMIP6 Precip)"

Launch Jupyter Lab

jupyter lab

Open notebooks using the kernel

Python (ICON-CLM CMIP6 Precip)