- Install dependencies
- Simple
pip install . - Complex
pip install -e ".[notebook,dev,docs]"
- Simple
- To launch your Marimo notebook
marimo edit my_notebook.py
-
Install the core dependencies AND the 'notebook' and 'dev' groups
poetry install --with notebook,dev -
Instead of just 'pytest', you run:
poetry run pytest -
To launch your Marimo notebook:
poetry run marimo edit notebooks/analysis.py