▲ | jpambrun a day 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 15 hours 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.) | ||
▲ | RyanHamilton 19 hours ago | parent | prev | next [-] | |
Local markdown file based sql notebooks: https://www.timestored.com/sqlnotebook Disclaimer: I'm the author | ||
▲ | hamilton a day ago | parent | prev [-] | |
Definitely something we want too! (I'm the author / lead for the UI) |