Skip to content

marimo-team/marimo-integration-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"