This repository contains the docker and docker-compose files to run a jupyter-server that has tools to decode and display data encode in bufr.
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 --build
from the directory where you cloned the repository
- Open a browser and go to
http://localhost
- Enter the token you set in the configuration
- Browse to notebooks and open them