File size: 804 Bytes
b7fd0fd |
1 2 3 4 5 6 7 |
**About Marimo:**
Marimo is an open-source reactive python notebook (https://marimo.io/), unlike jupyter notebooks the cells are by default reactive, when the values of one change the other cells will be refreashed and have their values updated as well. This allows them to be much more flexible for deploying applets, dashboards, and other non-sequential types of tasks.
It also includes a multitude of out-of-the-box UI elements whose values are easily accessible for other cells. This makes it perfect for the creation of reusable assets, training materials, dashboards and applets.
All of the code that runs within the notebook is in the form of regular python files, so the products of these notebooks can be easily reapplied and reused for other projects without huge formatting discrepencies. |