notebook icon indicating copy to clipboard operation
notebook copied to clipboard

Remove patches for catching file browser selected items change

Open jtpio opened this issue 2 years ago • 0 comments
trafficstars

Follow-up to https://github.com/jupyter/notebook/pull/6888

https://github.com/jupyter/notebook/pull/6888 added a few patches to be able to know when the file browser selected items change:

https://github.com/jupyter/notebook/blob/fd45f31f983097e1217d4a42488aebef9dfb3d24/packages/tree-extension/src/index.ts#L139-L153

Ideally there should be a built-in signal emitted when this is the case. Tracked upstream in https://github.com/jupyterlab/jupyterlab/issues/14598.

For this issue to be solved https://github.com/jupyterlab/jupyterlab/issues/14598 would first have to be fixed and released in JupyterLab, so Notebook 7 can be updated with the latest versions of the packages.

jtpio avatar May 29 '23 14:05 jtpio