jupyter-to-marimo

Installation
SKILL.md

Converting Jupyter Notebooks to Marimo

Convert first

Important: Run the converter before you read the source notebook:

uvx marimo convert <notebook.ipynb> -o <notebook.py>

Read the .ipynb file only if conversion fails or the generated file omits required information. Treat the generated file as a first draft.

Run this command after conversion and after substantial edits:

uvx marimo check <notebook.py>

Review the conversion

Installs
2.6K
GitHub Stars
168
First Seen
Feb 10, 2026
jupyter-to-marimo — marimo-team/skills