-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show notebook cell status when cell is collapsed - Example: Show Cell Completed Run Symbol #131200
Comments
(Experimental duplicate detection)
|
I tend to collapse a lot of the cells when running some training. I end up tweeking just one or two cells, and the rest remain un-changed, hence they are all collapsed (as some have outputs as well). |
Related to #135315. Basically there are two requests for being able to see cell status info while it's collapsed. |
#130611 (comment) has a mockup for this |
Actually the thing I linked above isn't what we need for this issue, @misolori have you done mockups for this yet? |
I like that. Thanks. |
In the previous notebook UIs there was a symbol which appeared after the notebook cell finished running. In the most recent version this was removed and now when you run cells which don't have any output (e.g last line in cell:
x = fcn(y)
) you don't know if it completed or is still running unless you expand the cell output and see the green checkmark.Feature Request: If we could add a symbol which is visible when a notebook cell finished running while the cell is in collapsed mode that would be awesome.
For example, we can just move the cell run number (
[61]
) and the green checkmark outside the collapsable cell so they are always visible.Thanks!
Current UI Cell Collapsed (no completion symbol)
Current Bottom-of-Cell UI Expanded (completion symbol visible)
The text was updated successfully, but these errors were encountered: