Examples showing what you can do with pythermogis can be found in the `examples` directory. To run these examples, you need to download some extra dependencies, using UV this can be done with:
```bash
uv sync--group notebooks
```
Examples showing what you can do with pythermogis can be found in the `examples` directory.
To open the jupyter notebook application you can run:
```bash
uv run --with jupyter jupyter lab
pixi run jupyter lab
```
From there navigate to the `examples` directory and open the notebooks you want to run.