What problem does it solve?
Automates the creation, debugging, and interactive enhancement of reactive Python notebooks using the marimo framework, enabling consistent patterns and best practices.
Core Features & Use Cases
- Create new marimo notebooks with a clear, documented structure.
- Debug reactive execution, manage dependencies, and optimize performance.
- Add interactive UI elements and patterns to build dashboards, reports, or ML workflows.
- Reuse code patterns and utilities to accelerate project setup and maintainability.
- Convert traditional notebooks to marimo format for progressive migration.
Quick Start
Install marimo in your project and follow the patterns to scaffold a new notebook, add cells with @app.cell decorators, and run the app to interactively explore data.