Alternative to Jupyter Notebookds for interactive [[- Python Programming Language -|Python]] scripts.
https://molab.marimo.io/notebooks/nb_vXxD13t2RoMTLjC89qdn6c
https://github.com/marimo-team/marimo/tree/main/examples
---
Can declare dependencies via header:
```python
# marimo install marimo pandas numpy
import marimo as mo
```
Then, [[uv|uv and its temporal environments can be used]] to run
```bash
uvx marimo edit notebook.py
```
Alternatively, marimo notebooks in a directory withe existing uv project folder can be used.