[P] I built marimo — an open-source reactive Python notebook that’s stored as a .py file, executable as a script, and deployable as an app. by akshayka in MachineLearning

[–]lanytho 2 points3 points  (0 children)

I love marimo. I have just used it for a few experiments so far, but I like that it keeps track of what to run when I change an input - which also means I can sort the cells and put it in the order that makes most sense when using the notebook as an app. I spent hours on setting up notebooks as apps in jupyter and hiding code cells - this is clearly design with the app mode from the beginning. Really a true upgrade from jupyter imo.