missing-metro/notebooks
0
Missing Metro Marimo
Development
Using uv, install instructions in uv repo
Setup
# Install dependencies
uv syncEditing notebook
The marimo VSCode extension is buggy, so run the notebook in the browser.
# To run all of the notebooks in edit mode
uv run marimo edit
# To run a specific notebook
uv run marimo edit .\notebooks\sb79map.py
# To run a specific notebook in app mode
uv run marimo run .\notebooks\sb79map.pyRunning Tests
uv run pytest testsLinting and formatting
uv run ruff check .
uv run ruff format .