marimo API Reference
marimo is a reactive Python notebook library that brings notebooks to life with powerful UI elements, dynamic markdown, and seamless interactivity.Core API
The marimo library provides three main categories of functionality:Application Elements
UI Components (mo.ui)
Interactive UI elements for building reactive interfaces:
Input Controls
- button - Interactive button with callbacks
- slider - Numeric slider for value selection
- text - Text input field
- checkbox - Boolean checkbox
- radio - Radio button group
- dropdown - Dropdown selector
- multiselect - Multi-option selector
- date - Date picker
- file - File upload