jupyter-resource-usage icon indicating copy to clipboard operation
jupyter-resource-usage copied to clipboard

Remove spurious close button on kernel usage panel

Open krassowski opened this issue 4 months ago • 0 comments

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.

krassowski avatar Mar 07 '24 13:03 krassowski