Get the latest tech news
Notebooks as reusable Python programs
Designing a Python notebook that blends the best parts of interactive computing with the sanity of code
This file format combines code and outputs in what Pydantic creator Samuel Colvin calls a “horrid blob”, and is directly responsible for the following sad state of affairs: For example, one user at a large company told us how marimo’s Python-first design means his notebooks are, for the first time, actually reusable and reproducible software artifacts: My colleagues used to ask me what I did to reach certain conclusions … I would just send them my Jupyter notebook, but rarely did it ever actually run properly without issue, and it was always a mystery what specific order I ran the cells in to get them to work.
Or read this on Hacker News