Skip to content

Repository files navigation

Setup

If not running on ECMWF's HPC, create a virtualenv

python3 -m venv ./earthkit-venv
source ./earthkit-venv/bin/activate
pip3 install -r ./requirements.txt

If running on ECMWF's HPC, start a Jupyterhub session

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.

ECMWF Jupyter Book template

This repository is a GitHub template for creating and maintaining ECMWF Jupyter Books for learning and documentation resources.

For authors

Please refer to the rendered Jupyter Book for detailed instructions on how to set up and develop your Jupyter Book using this template.

For developers

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

About

ECMWF 2026 Earthkit training repository

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages