jupyter-xeus / xeus-sql

Jupyter kernel for SQL databases
https://xeus-sql.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
158 stars 21 forks source link

make row summary more visible #76

Open jgunstone opened 1 year ago

jgunstone commented 1 year ago

I'm a big jupyter user and really enjoy using jupyter-sql as a playground for interactively building SQL queries.

I have a small suggestion:

Currently the row summary display at the bottom of the table. This means that you need to scroll all the way to the bottom of the table to see it. It would be much for useful if it could move to the top and display above the tabular view.

image

image

it would also be great if you could specify the height of the table that is returned, is this possible? Ideally the tabular result of a query would automatically add a scroll bar allowing you to view all the data.

Many Thanks