Open source
marimo: Reactive Python Notebooks
Learn about marimo, an open-source reactive notebook for Python. It runs cells in order, stores notebooks as pure Python files, and deploys as apps. More at
Watch on YouTube · Watch on TikTok
The story
What the video said
You are doing data work in a notebook. You change one cell, but other cells keep old results. You want to pick up your work, but you must rerun everything by hand. Meet marimo, an open source notebook app for Python. It runs your cells in the right order for you. So your results always match your code. Marimo watches how cells depend on each other. When you change one cell, it reruns only the cells that need it. No more manual reruns. Your notebook is saved as a plain Python file. You can run it like a script, or turn it into a web app. It is easy to share and version. Marimo keeps your work in sync, so you can focus on your analysis.
This page was generated from the Ming Dao AI publication record.
Ming Dao AI is independent and unaffiliated with GitHub or the featured project. Read our editorial policy.