#hottake #jupyternotebooks are actually kinda hard to reason about because they have a bunch of invisible state, so you either have to rerun the entire notebook (and the order of evaluation matters) or you have to manually go through and figure out which cells need to be updated.

I'm sure people who use notebooks often know conventions and tricks to deal with this, but I feel like #plutonotebooks are easier to reason about.

#python #julia #jupyter #pluto #jupyternotebook #plutonotebook

@fl0und3r Yes, Pluto is great! And in the Python world you have Marimo (https://marimo.io).
marimo | a next-generation Python notebook

Explore data and build apps seamlessly with marimo, a next-generation Python notebook.

@kalvotom I just tried Marimo, and I gotta say it's pretty good. Thanks for ruining Jupyter notebooks for me😜