This folder contains examples of how to use marimo notebook on Modal.
modal_app.py has an example of how to deploy a read-only marimo notebook as an app on Modal.
modal_edit.py has an example of how to spin up an editable marimo notebook that runs on a Modal container. Run with modal run modal_edit.py (requires Modal account and configured credentials).