The repository contains the docker and docker-compose files to run a jupyter-server with the earthkit package from ECMWF installed.
You need to set a token for the jupyter server. You can do this by setting the JUPYTER_TOKEN
environment variable in a .env file.
JUPYTER_TOKEN=<your token>
- Install docker and docker-compose
- Clone this repository
- Create a .env file defining
JUPYTER_TOKEN
(see above) - Run
docker-compose up --build
from the directory where you cloned the repository
- Open a browser and go to
http://localhost:8888
- Enter the token you set in the configuration
- Browse to notebooks and open them