Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 553 Bytes

File metadata and controls

20 lines (14 loc) · 553 Bytes

Generating Jupyter Notebooks

The marimo .py files in demos/ are the source of truth for our demo notebooks. We generate .ipynb files with executed outputs for GitHub preview and sharing.

When to Run

  • Before merging PRs that modify marimo notebooks
  • After creating new demo notebooks
  • When updating notebook outputs with latest library changes

How to Run

uv run scripts/generate_ipynbs.py

This will:

  1. Export all marimo notebooks to .ipynb format
  2. Execute them to capture outputs
  3. Save in the demos/ directory