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

Unable to scroll up when notebook cell has streaming output #177834

Closed
joyceerhl opened this issue Mar 21, 2023 · 1 comment
Closed

Unable to scroll up when notebook cell has streaming output #177834

joyceerhl opened this issue Mar 21, 2023 · 1 comment
Assignees

Comments

@joyceerhl
Copy link
Contributor

Testing #177719

  1. Run the following in a Jupyter notebook cell
  2. Try to scroll upwhile the cell is executing
  3. 🐛 I keep getting scrolled back down to the latest output. The debug / output consoles do not behave like this
import time
for i in range(200):
    time.sleep(1)
    print(i)
notebook.scroll.mp4
@joyceerhl
Copy link
Contributor Author

Duplicate #177721, I just noticed this was in the Known issues section of the TPI at the time that the TPI was created, but scrolling behavior was also listed as something that I should test in the test plan item, which doesn't make sense to me.

@joyceerhl joyceerhl closed this as not planned Won't fix, can't repro, duplicate, stale Mar 21, 2023
@github-actions github-actions bot locked and limited conversation to collaborators May 5, 2023
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

3 participants