This repository provides docker and docker-compose files to run a jupyter-server that includes eccodes to demonstrate how to decode data in WMO standard binary formats.
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 -d --buildfrom the directory where you cloned the repository
- Open a browser and go to
http://localhost:8888(or the port you mapped in the docker-compose file) - Enter the token you set in the configuration
- Browse to notebooks and open them