jupyter-server / jupyter-resource-usage

Jupyter Notebook Extension for monitoring your own Resource Usage
BSD 2-Clause "Simplified" License
486 stars 103 forks source link

Remove spurious close button on kernel usage panel #228

Closed krassowski closed 5 months ago

krassowski commented 7 months ago

When jupyterlab-sidecar (https://github.com/jupyter-widgets/jupyterlab-sidecar) is installed the sidebar widget is currently displayed with an "x":

Screenshot from 2024-03-07 13-17-31

Clicking this "x" does not do anything at all:

not-action-on-click

This PR removes the unnecessary closable setting from the title to avoid this problem.