6 ms·
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 gi
by jpambrun 1y 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..
- hamilton 1y agoDefinitely something we want too! (I'm the author / lead for the UI)
- RyanHamilton 1y agoLocal markdown file based sql notebooks: https://www.timestored.com/sqlnotebook https://www.timestored.com/sqlnotebook Disclaimer: I'm the author
- akshayka 1y agoYou 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 https://github.com/marimo-team/marimo