marimo-notebook
Installation
SKILL.md
トリガーワード
「marimoノートブック」「インタラクティブノートブック」「Pythonノートブック」「marimo」
Notes for marimo Notebooks
Running Marimo Notebooks
# Run as script (non-interactive, for testing)
uv run <notebook.py>
# Run interactively in browser
uv run marimo run <notebook.py>
# Edit interactively
uv run marimo edit <notebook.py>