Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 635 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 635 Bytes

Marimo Integration CI

Automated CI pipeline for validating and exporting marimo example notebooks.

Features

  • Automatically exports whitelisted marimo notebooks:
    • to markdown
    • to HTML
    • to ipynb
    • to script
  • Triggers on:
    • (todo) New marimo releases
    • Pushes to main from this repo
    • Nightly builds
    • Manual triggers

Adding notebooks

Add notebooks to whitelist in scripts/export_notebooks.py

Usage

The pipeline runs automatically on configured triggers. To run manually:

  1. Go to Actions tab
  2. Select "Export Notebooks" workflow
  3. Click "Run workflow"