-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Add output prompt overlay for toggling scroll mode #14072
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
Conversation
|
Thanks for making a pull request to jupyterlab! |
|
bot please update snapshots |
Benchmark reportThe execution time (in milliseconds) are grouped by test file, test type and browser. The mean relative comparison is computed with 95% confidence. Results table
Changes are computed with expected as reference.
Waiting for localhost:8888 Cell memory leaksCreate a code cellMemory change: +151 kB Leak detected: YesLeaking objects:
Leaking collections:
Create a markdown cellMemory change: +180 kB Leak detected: YesLeaking objects:
Leaking collections:
Create a raw cellMemory change: +143 kB Leak detected: YesLeaking objects:
Leaking collections:
File editor memory leaksCreate a fileMemory change: -82.2 kB Leak detected: NoLeaking objects:
Leaking collections:
Notebook memory leaksCreate a notebookMemory change: +27.7 kB Leak detected: YesLeaking objects:
Leaking collections:
3 passing (6m) |
|
Galata snapshots updated. |
|
Kicking CI |
jtpio
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just checked on Binder and it looks good, thanks!
jtpio
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
References
Closes #5897 by implementing the highly upvoted proposal from #5897 (comment) (thanks @Linusnie).
Code changes
promptOverlayoption toOutputArea.IOptions(off by default as output area does not manage whether the output is scrollable)toggleScrollingsignal toOutputAreato connect it in code cells.User-facing changes
Backwards-incompatible changes
None, this could possibly be backported.