MariaDB / mariadb_kernel

A MariaDB Jupyter kernel
BSD 3-Clause "New" or "Revised" License
30 stars 20 forks source link

It would be nice to see the current database in the notebook #18

Open robertbindar opened 3 years ago

robertbindar commented 3 years ago

This is more of an investigation task. We should research and see if it's possible to display somewhere in the notebook the current selected database.

a97410985 commented 3 years ago

some ideas

maybe make a nbextension like official varInspector. Can click a button on the toolbar, then pop up a floating and draggable window show some information such as current use database name, maybe also show the table inside the database, even more, show the schema of the table.

robertbindar commented 3 years ago

I think @a97410985 is right, we will probably need a jupyterlab extension for this (existing or a new one) to fiddle with the UI. I've been browsing through the jupyter messaging protocol and I can't seem to find anything that hints me a kernel is able to do something like this.