Notes on learning plotting in Python, including Matplotlib, Seaborn, and related visualization tools.
This book uses a project-local Python environment managed by uv.
uv syncStart Jupyter Notebook from the project environment:
uv run jupyter notebookRender the book through the same environment so Quarto can execute Python/Jupyter cells with the project dependencies:
uv run quarto render --executeFor a clean execution pass, especially after changing notebook kernels or dependencies:
uv run quarto render --execute --execute-daemon-restart