Skip to content
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 run status and/or running time recent command or cell even when the cell is collapsed #135315

Closed
brettcannon opened this issue Sep 1, 2021 · 3 comments
Assignees
Labels
feature-request Request for new features or functionality interactive-window notebook-rendering ux User experience issues

Comments

@brettcannon
Copy link
Member

Discussed in microsoft/vscode-python#15772

Originally posted by ihnorton March 24, 2021
When working in the interactive window, I may run a cell and then do other things if I expect the evaluation to take substantial time; later I come back to check. If the call is still running after an "unreasonable" amount of time, I would likely kill it.

For the above workflow, it would be useful to have a display of the elapsed time for the most recently evaluated cell, perhaps after some minimum time has passed (maybe in place of the current spinning asterisk [*]?)

Please note that this feature request is distinct from IPython magic like %time: those work great, but they only give the elapsed time after the call has completed. I would like a timer that is independent of the kernel and shows the elapsed time since something was sent to the kernel.

@brettcannon brettcannon transferred this issue from microsoft/vscode-python Sep 1, 2021
@rchiodo
Copy link
Contributor

rchiodo commented Sep 1, 2021

We sort of already have this in the new interactive window:

image

You just have to expand the cell.

Doesn't seem as useful though because the IW scrolls the output so you can't see the time without scrolling up.

@rchiodo rchiodo removed their assignment Sep 1, 2021
@joyceerhl
Copy link
Contributor

Perhaps we can consider always displaying the cell status bar even when a cell is collapsed? We already did this for the cell toolbar in this past iteration so that you don't have to expand a cell to delete it.

@greazer greazer changed the title Show running time of most recent command Show running time of most recent command even when a cell is collapsed Sep 2, 2021
@greazer greazer changed the title Show running time of most recent command even when a cell is collapsed Show run status and/or running time recent command or cell even when the cell is collapsed Sep 2, 2021
@DonJayamanne DonJayamanne transferred this issue from microsoft/vscode-jupyter Oct 18, 2021
@rebornix rebornix added feature-request Request for new features or functionality ux User experience issues notebook-layout notebook-rendering and removed notebook-layout labels Oct 18, 2021
@amunger
Copy link
Contributor

amunger commented Aug 16, 2022

completed

@amunger amunger closed this as completed Aug 16, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Oct 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality interactive-window notebook-rendering ux User experience issues
Projects
None yet
Development

No branches or pull requests

8 participants
@brettcannon @rebornix @DonJayamanne @amunger @greazer @rchiodo @joyceerhl and others