notebook icon indicating copy to clipboard operation
notebook copied to clipboard

Fix missing debugger display provider in Notebook

Open arjxn-py opened this issue 1 month ago • 1 comments

Notebook was not loading the @jupyterlab/debugger-extension:display-registry plugin added in https://github.com/jupyterlab/jupyterlab/pull/18043. This plugin became part of the debugger extension set in JupyterLab 4.5.0, but Notebook’s plugin list did not include it. As a result, debugger sources were missing proper display names.

26195

arjxn-py avatar Nov 24 '25 09:11 arjxn-py

Binder :point_left: Launch a Binder on branch arjxn-py/notebook/fix-breakpoints-display

github-actions[bot] avatar Nov 24 '25 09:11 github-actions[bot]

Updating this branch since https://github.com/jupyter/notebook/pull/7785 updated to JupyterLab 4.5.1.

jtpio avatar Dec 15 '25 21:12 jtpio