Example Handbook Overview¶
This guide organizes the repository examples by theme so you can jump straight to a
reference implementation. Each chapter lists the matching examples/ path, the primary
modules involved, the artefacts the script produces, and ideas for extending it.
Running Notes¶
Run
make installfirst to prepare dependencies, then execute a script withuv run python <example.py>.Examples that emit GIF/PNG/NPZ files write to the example directory (or the project root) by default; tweak the script arguments if you need a different location.
Plots that normally pop up a GUI window default to
show=Falseso they work on headless machines—enable the flag if you want interactive figures.