MariaDB / mariadb_kernel

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

Using MariaDB kernel clears running kernels info in the lefthand sidebar #51

Open jrdnbradford opened 11 months ago

jrdnbradford commented 11 months ago

When using JupyterLab (4.0.0 and up, at least), the MariaDB kernel affects the information displayed in the lefthand "Running Terminals and Kernels" sidebar.

Before using MariaDB kernel with a Python kernel up: image

As soon as the MariaDB kernel is activated, KERNELS no longer shows information on running kernels. No info re the running MariaDB kernel is displayed, and the Python kernel info disappears: image

JupyterLab has to be stopped to get the info back.

robertbindar commented 10 months ago

@jrdnbradford I tend to call it a bug on jupyterlab side, kernels shouldn't be able to leak side effects in the UI, but at the same time the bug is most probably uncovered by some not up to date information published by the mariadb kernel, we'll try to see if a fix on our side can be crafted, thanks a lot for reporting this.