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>