marimo — Easy Examples
Reactive Python notebook: cells auto-update when dependencies change
Getting started with marimo
Installation and basic usage of marimo.
python
# Install: pip install marimo import marimo # Basic marimo usage print(f"Using marimo") # See documentation for detailed examples
Expected Output
# Expected output shown below # (Run locally with: marimo)
marimo is a third-party package. Reactive Python notebook: cells auto-update when dependencies change. Install with: pip install marimo
Common marimo operations
Frequently used features of marimo.
python
# Install: pip install marimo import marimo # Common marimo patterns print(f"marimo version: {marimo.__version__}")
These are the most commonly used features of marimo in everyday development.
Want to try these examples interactively?
Open Easy Playground