pip install moderne-visualizations-miscjupyter notebook-
Install a Python version >= 3.9 and < 3.13 (3.9 recommended). pyenv makes this easy.
-
Install uv
-
Install development requirements:
uv sync --dev
source .venv/bin/activate
# or on Windows
source .venv/Scripts/activateRun type checking:
poe check-typesRun formatter:
poe formatCross validating options to make sure both spec files and notebooks have the same options:
poe check-optionsCheck sentence casing on display names:
poe check-sentence-casing