You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.showCodeCells to 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.
The text was updated successfully, but these errors were encountered:
Works well! Noticed some weird things with multiple cells running at once, I didn't realize Jupyter doesn't actually support that. But it'd be nice to have for Handy.
Looks good to me! Only noticed a couple of small details, sadly I couldn't get the debugging to work (seems like it's because I'm using the latest ipykernel) 😔
Refs: #130611
Complexity: 3
Create Issue
This feature was 3 changes:
notebook.outline.showCodeCells
to see this)The text was updated successfully, but these errors were encountered: