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")
Installs
3.6K
GitHub Stars
152
First Seen
Feb 10, 2026
marimo-notebook — marimo-team/skills