Remix.run Logo
jpambrun 3 months ago

I really like duckdb's notebooks for exploration and this feature makes them even more awesome, but the fact that I can't share, export or commit them into a git repo feels extremely limiting. It's neat-ish that it dodfoods and store them in a duckdb database. It even seems to stores historical versions, but I can't really do anything with it..

akshayka 3 months ago | parent | next [-]

You can try marimo notebooks, which are stored as pure Python and support SQL cells through duckdb. (I’m one of its authors.)

https://github.com/marimo-team/marimo

hamilton 3 months ago | parent | prev | next [-]

Definitely something we want too! (I'm the author / lead for the UI)

RyanHamilton 3 months ago | parent | prev [-]

Local markdown file based sql notebooks: https://www.timestored.com/sqlnotebook Disclaimer: I'm the author