-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Closed
Labels
Milestone
Description
Refs: #130611
- macOS @kimadeline
- linux @JacksonKearl
- windows @chrmarti
Complexity: 3
This feature was 3 changes:
- When no executing cell is scrolled into view, the editor-level progress bar will be visible
- A "Go To Executing Cell" button has been added to the notebook toolbar, when the cell is executing
- When a cell is executing, it gets an animated 🔄 icon where it appears in the breadcrumbs and outline (enable
notebook.outline.showCodeCellsto see this)
- Test that these all work as expected
- The editor progress bar is hidden and shown when clicking from the notebook to another editor, back to the notebook, while a cell is still executing
- The animations never get stuck showing when a cell is not actually executing
- For 🌟 bonus points 🌟 , test this with Jupyter debugging. Setup steps here. The animations should not animate when a cell is paused in the debugger.
Reactions are currently unavailable