5 ms·
I think you had a post about marimo notebooks at some point? I think they would be better suited for that. Their representation is just Python, they can run as
by markusw 7mo ago
I think you had a post about marimo notebooks at some point? I think they would be better suited for that. Their representation is just Python, they can run as scripts, and they have native HTML output. But of course, it only works for Python.
- simonw 7mo agoThat's a great idea.
- ichverstehe 7mo agoI am working on a lightweight notebook alternative which is literally just a Python script that can be viewed interactively. Maybe that could be useful? https://harry.vangberg.name/posts/pdit-the-python-un-notebook-for-coding-agents/ https://harry.vangberg.name/posts/pdit-the-python-un-noteboo...