SQL Notebook as .sqlnb file type for store cell results #32
miguel-vivanco
started this conversation in
Ideas
Replies: 4 comments 7 replies
|
Got a working example using a .sqlnb file type, Can use along side old serializer.. we could also enable as an experimental feature? Check it out if you like ( it persists output which is the part i really want at the moment): |
2 replies
|
Hey me again lol I've added support for the data-table extension.. and I think it works nicely, it can handle thousands of rows etc allows sorting of columns and more.. Once we get some momentum ill clean things up but for now I'm just proof of concepting. |
4 replies
|
@cmoog i think this is the next best thing ;) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
I guess it would be great to work with a new file type like python notebook (pynb) but for sql, it would be .sqlnb where would stored the cell results and execution time, and maybe in future releases plotted / graphic results. Thanks
All reactions