Marimo - An alternative to Jupyter Notebooks
An interesting alternative to Jupyter Notebooks is Marimo From the GH Repo: marimo is a reactive Python notebook: run a cell or interact with a UI element, and marimo automatically runs dependent cells (or marks them as stale), keeping code and outputs consistent. marimo notebooks are stored as pure Python, executable as scripts, and deployable as apps.