python3 -m venv ./earthkit-venv
source ./earthkit-venv/bin/activate
pip3 install -r ./requirements.txt
https://jupyterhub.ecmwf.int, and choose "version: New" in the config page to get a Python environment that already contains the latest release candidate of Earthkit 1.0.0.
This repository is a GitHub template for creating and maintaining ECMWF Jupyter Books for learning and documentation resources.
Please refer to the rendered Jupyter Book for detailed instructions on how to set up and develop your Jupyter Book using this template.
Clone the repository and create a conda/mamba environment for building Jupyter Books:
conda create -y -n jupyter-build -c conda-forge python=3.12
conda activate jupyter-build
conda install "jupyter-book>=2,<3"Then build and render the book
jupyter book clean
jupyter book build
jupyter book start