-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Double scrollbars #177792
Comments
@chrmarti @Tyriar thanks for the feedback. The original design is what you described, we don't show scrollable output at all but it's not how most Jupyter users use streaming and error outputs. They expect a scrollable output which contains enough text that they can search. That's why we experimented the scrollable output support and also considering making it the default experience. |
Ah ok. Could we instead collapse the output by default but when searching the document, search in the collapsed area and automatically expand it? Once find goes beyond that section, collapse again? |
sounds like this request that we received pretty early on #174951, which I liked quite a bit. That way we could have both view types easily available and reduce the drawbacks of having so many scrollable sub-regions |
#174951 sounds like it would still show double scrollbars. Couldn't these be avoided by having a button to go from capped to full output size? This would preserve the editor's behavior as a "single large document" that can be scrolled. |
This was a very popular request, which is why it was implemented this way. Expanding to show the full output might look strange when the output is very large. We'll keep gathering feedback from users to try and improve though. |
Testing #177719
The editor and the cells have scrollbars which is confusing to look at and difficult to use.
Maybe instead of adding scrollbars to cells, let them show a 'Show More' button at the bottom when the content grows too large and let that expand the cell to show all content? (Maybe then show a 'Show Less' button at the bottom of a fully expanded cell to go back.)
The text was updated successfully, but these errors were encountered: