Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jrdnbradford opened this issue Oct 23, 2023 · 1 comment

Comments

@jrdnbradford
Copy link

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
Copy link
Collaborator

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants