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

VS Code Insiders Jupyter UI jumps around after completion of cell #128493

Closed
pbotros opened this issue Jul 12, 2021 · 2 comments
Closed

VS Code Insiders Jupyter UI jumps around after completion of cell #128493

pbotros opened this issue Jul 12, 2021 · 2 comments
Assignees

Comments

@pbotros
Copy link

pbotros commented Jul 12, 2021

Environment data

Version: 1.58.0-insider
Commit: 2d23c42
Date: 2021-07-07T12:08:00.172Z
Electron: 12.0.13
Chrome: 89.0.4389.128
Node.js: 14.16.0
V8: 8.9.255.25-electron.0
OS: Darwin x64 19.6.0

  • OS (Windows | Mac | Linux distro) and version: XXX
  • Python and/or Anaconda version: 3.7.6
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): N/A
  • Jupyter server running: Local

Expected behaviour

When a cell finishes completion, the UI should not jump around to the freshly executed cell contents/output.

Actual behaviour

When a cell finishes completion, the UI should not jump around and should not automatically focus to the freshly executed cell. This behavior is very annoying when (a) a bunch of cells have been queued for execution, and so each cell's completion moves the UI unpredictably, and/or (b) a cell takes a non-trivial amount of time to execute, so I would want to start editing other cells while it's executing, but when the cell finishes, it moves focus away from my currently-editing cell.

Steps to reproduce:

  1. Open any jupyter notebook with any code.
  2. Run a cell from varying scroll positions in the UI.
  3. Once cell completes, observe UI changing focus / jumping around.

See attached GIF. Code used was from https://seaborn.pydata.org/examples/kde_ridgeplot.html.

jupyter_jumps

@joyceerhl joyceerhl transferred this issue from microsoft/vscode-jupyter Jul 12, 2021
@vscodebot
Copy link

vscodebot bot commented Jul 12, 2021

@pbotros
Copy link
Author

pbotros commented Jul 12, 2021

Duplicate of #127213 - will close.

@pbotros pbotros closed this as completed Jul 12, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Aug 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants