marimo — реактивный Python-ноутбук
★ 22.4K
marimo is a reactive Python notebook: it is stored as an ordinary .py file and automatically re-runs dependent cells when something changes, eliminating the "hidden state" of classic notebooks. Reach for it when you want a reproducible, git-friendly notebook for data analysis, exploration, and prototypes, and to deploy it as an interactive web app or dashboard from a single file. Cells are linked as a dependency graph, there are built-in UI elements (sliders, tables, charts), and it runs locally. Its focus is a modern alternative to Jupyter with reactivity, reproducibility, and app deployment, not a BI platform or a general-purpose code editor: the value is a reliable, versionable notebook that doesn't break from cell run order. It is useful to data scientists, analysts, and anyone who needs interactive notebooks and lightweight data apps in Python.
- #Analytics