Disable scrolling of Output widget
See original GitHub issueI’m using the Output widget to display lengthy content. At some point the auto-scrolling of the output-area kicks in. It would be great if there were a simple way to disable scrolling e.g. Output(scroll=False)
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:13 (3 by maintainers)
Top Results From Across the Web
Vertically Layout widgets with scrolling - Google Groups
I'm trying to create a simple scrolling region that allows me to load multiple Checkbox widgets with a readable layout.
Read more >How to prevent (scrollable) sub-window in Jupyter notebooks?
I'd like to print everything right into the notebook, not into a scrollable sub-frame, as this really messes up legibility of my notebooks....
Read more >Python - Tkinter Scrollbar - Tutorialspoint
Normally, you can tab the focus through a scrollbar widget. Set takefocus=0 if you don't want this behavior. 15. troughcolor. The color of...
Read more >Support auto-scroll with text outputs (similar to how it works in ...
DS-3831 Option to disable automatic output scrolling ... Currently, when the output of a cell goes past the end of the output window...
Read more >Layout and Styling of Jupyter widgets - Read the Docs
... interactive widgets to build rich and reactive widget-based applications. ... Layout(overflow='scroll hidden', border='3px solid black', width='500px', ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I edited @evanreichard snippet to disable scrolling only for all output widgets:
Any headway on this issue?