KnowledgeApr 2, 2026·2 min read
Marimo — Reactive Notebook for Python
Next-gen Python notebook that's reactive, reproducible, git-friendly, and deployable as an app. Replaces Jupyter. 20K+ stars.
TO
TokRepo精选 · Community
Quick Use
Use it first, then decide how deep to go
This block should tell both the user and the agent what to copy, install, and apply first.
```bash
pip install marimo
```
```bash
# Create a new notebook
marimo edit notebook.py
# Run as an app
marimo run notebook.py
# Convert Jupyter notebook
marimo convert my_notebook.ipynb > notebook.py
```
---
Intro
Marimo is a next-generation Python notebook with 20,000+ GitHub stars that fixes everything wrong with Jupyter. Cells are **reactive** — change one cell and all dependent cells automatically re-execute, eliminating hidden state bugs. Notebooks are stored as **pure .py files** (not JSON), making them git-friendly, reviewable, and runnable as scripts. Deploy any notebook as an interactive web app with one command. With built-in SQL support, a rich UI component library, and AI-assisted coding, Marimo is how Python notebooks should have always worked.
Works with: Python, Pandas, NumPy, Plotly, Matplotlib, scikit-learn, any Python library. Best for data scientists tired of Jupyter's hidden state and merge conflicts. Setup time: under 1 minute.
---
🙏
Source & Thanks
> Created by [marimo-team](https://github.com/marimo-team). Licensed under Apache-2.0.
>
> [marimo](https://github.com/marimo-team/marimo) — ⭐ 20,000+
Discussion
Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.
Related Assets
OpenLIT — OpenTelemetry LLM Observability
Monitor LLM costs, latency, and quality with OpenTelemetry-native tracing. GPU monitoring and guardrails built in. 2.3K+ stars.
TokRepo精选
Agenta — Open-Source LLMOps Platform
Prompt playground, evaluation, and observability in one platform. Compare prompts, run evals, trace production calls. 4K+ stars.
TokRepo精选
Rerun — Visualize Multimodal AI Data in Real-Time
SDK for logging, storing, and visualizing 3D, images, time series, and text in real-time. Built for robotics and AI. 10K+ stars.
TokRepo精选