marimo-notebook

Installation
SKILL.md

Notes for marimo Notebooks

marimo uses Python to create notebooks, unlike Jupyter which uses JSON. Here's an example notebook:

# /// script
# dependencies = [
#     "marimo",
#     "numpy==2.4.3",
# ]
# requires-python = ">=3.14"
# ///

import marimo

__generated_with = "0.20.4"
app = marimo.App(width="medium")

Related skills

More from daviddwlee84/agent-skills

Installs
3
First Seen
Apr 23, 2026