Integrate Script Editor with JupyterLab debugger #975
Labels
component:python-editor
Python editor
external:jupyterlab 3.0
kind:enhancement
New feature or request
Milestone
The debugger extension will be part of lab core on its 3.0 release.
In lab 2.x, installing the debugger extension package separately didn't work on python editor.
In lab 3.0 it is now possible to use the debugger tool the same way as with regular file editor, by opening a python console for it and running the code there.
We want to be able to fully integrate the debugger with script editor (ie. without creating a console for it).
User Experience
Motivation
High level planning
The text was updated successfully, but these errors were encountered: