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

There's no global "busy" or "executing" indicator while a cell is running, but it's almost there? :) #130811

Closed
greazer opened this issue Jul 1, 2021 · 5 comments
Assignees
Labels
interactive-window notebook papercut 🩸 A particularly annoying issue impacting someone on the team

Comments

@greazer
Copy link
Member

greazer commented Jul 1, 2021

  • Open a python script with cells
  • Execute a cell to open the interactive window. The cell should be a simple sleep(10) or whatever.

While there's an infinite progress bar animating above the cell and a cell status bar with a timer, there's no other global indication that a cell is running.

Or is there?

I would think that the "Interrupt kernel" button would be either grayed out or invisible while the kernel is executing code. This is currently not the case, but was this the ultimate intent?

@joyceerhl
Copy link
Contributor

joyceerhl commented Jul 1, 2021

Same problem for notebooks /cc @rebornix can we do withProgress scanning across the top of the editor? The old webview editor deals with this by displaying kernel state in addition to the kernel connection name in the kernel picker

Interrupt kernel when clause isn't currently doing anything fancy, just isWorkspaceTrusted

@joyceerhl
Copy link
Contributor

WithProgress at the top of the editor is probably what we want to do here (can also include switching kernel as part of this)

@greazer greazer transferred this issue from microsoft/vscode-jupyter Aug 14, 2021
@greazer
Copy link
Member Author

greazer commented Aug 14, 2021

Per quick discussion with @rebornix, I think a progress bar at the top of the IW is appropriate.

@tanhakabir
Copy link
Contributor

Duplicate of #130611

@tanhakabir tanhakabir marked this as a duplicate of #130611 Oct 6, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Nov 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
interactive-window notebook papercut 🩸 A particularly annoying issue impacting someone on the team
Projects
None yet
Development

No branches or pull requests

5 participants
@rebornix @greazer @tanhakabir @joyceerhl and others