-
Notifications
You must be signed in to change notification settings - Fork 138
Closed
Closed
Enhancement
Copy link
Labels
area: notebooksIssues related to Notebooks category.Issues related to Notebooks category.
Milestone
Description
As a Jupyter user I want an easy way to
- easily run and stop cells
- understand at a glance what's executing, what's queued, and what's stale
Key considerations:
- Visual indicators that don't clutter
- Accessibility best practices
- Queue visibility when multiple cells are running
- Stale cell indicators for changed but not rerun cells
- Established design patterns that are familiar
Design states to consider:
- Cell that has not been run
- Running a cell and scrolling away from it while it is running
- Queued cell
- Errored cell
- Stopping a cell
- Cell with only 1 line of code
- Cell with multiple lines of code
- Cell with wide outputs
Expected changes:
- Move run cell button into the cell navigation bar, ensure that wehn a cell is running we still show the stop button and some visual affordance for the cell is running
- Move cell navigation bar to the left
- Remove cell active blue bar and instead use the cell outline to indicate active, hover, unselected cell
- Move cell execution status to bottom row of code cell. This execution stats should use different icons for running cell, completed cell, errored cell, queued cell
- Include cell run time and Last executed time in this row
Metadata
Metadata
Assignees
Labels
area: notebooksIssues related to Notebooks category.Issues related to Notebooks category.