vscode-jupyter icon indicating copy to clipboard operation
vscode-jupyter copied to clipboard

Consistency with JupyterLab: Clear output when a cell is queued for execution

Open stuarteberg opened this issue 11 months ago • 4 comments

In JupyterLab, a cell's output is cleared immediately once the user has decided to re-run it, even though it may not be executed immediately due to other cells running in the queue. I'm having trouble adjusting to the VSCode UI, in which cell output remains until the cell has started execution. In VSCode, I find myself accidentally reading out-of-date outputs or error tracebacks before I realize that the cell is still waiting to re-execute.

I confess that this is a duplicate of #11585, which was closed over a year ago due to lack of interest. However, I wonder if it might garner more support now, with increasing numbers of users migrating away from JupyterLab to AI-enabled IDEs like VSCode.

(If it's poor etiquette of me to knowingly open a duplicate issue, then I sincerely apologize. I'm just not sure how to express my support for that feature request now that the original issue is no longer accepting comments or upvotes.)

stuarteberg avatar Jan 21 '25 17:01 stuarteberg

FYI, in case you want to upvote again:

@patrickmelix, @tabacof, @sergiocalde94, @zachmeador, @aysenurk, @MobisParkHeekang, @thisiswhereitype, @pamitabh

stuarteberg avatar Jan 22 '25 20:01 stuarteberg

how to solve this issue?

WeeeNHao avatar Sep 10 '25 09:09 WeeeNHao

how to solve this issue?

This is a feature request you should upvote if you want the developer to consider

thisiswhereitype avatar Sep 11 '25 07:09 thisiswhereitype

how to solve this issue?

This is a feature request you should upvote if you want the developer to consider

I have solved this issue, I just changed the presentation method in notebook. open the setting.json then write "notebook.displayOrder": ["image/png", "text/plain"]

WeeeNHao avatar Sep 24 '25 08:09 WeeeNHao