-
Notifications
You must be signed in to change notification settings - Fork 22
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
Feature: Support vertical scrollbar (infinite-scrolling) in notebook outputs #417
Comments
Hi @anovabr, thank you for opening this issue! Does increasing the page size to 50 work for you? ![]() Note that if you would like to always have a larger view without adjusting the page size, it is possible to configure this in the VS Code settings as well: ![]() -- Unrelated, but I'm also curious what VS Code theme you are using since it appears to be rendering with incorrect colours. Is it a custom one? |
Hello, yes. It helps!! Do you intend to have a future update when it will be possible to add this vertical bar ? I'm using GitHub Dark High Contrast from the Github themes. I was struggling to find a dark theme with nice colors, and that makes everything easy to capture. Suggestions are welcome ! |
@anovabr Great to hear! Also, thanks for letting me know about the theme - I'll take a look at a fix soon. No great theme suggestions from me unfortunately, since I usually just stick with the boring default themes :-) -- About the vertical bar support, it's not currently planned but I'd be happy to keep this issue open to see if there's more interest and maybe we can support it as a setting. In the meantime, if you assign that expression above to a variable and run code like this: df = <your expression that produces a dataframe>
df You should get a button in the cell status bar that allows you to view the DataFrame in a full window where the vertical scroll bar will be available. ![]() Hope this helps! |
Thanks!!
…On Wed, Feb 19, 2025, 5:11 PM Paul ***@***.***> wrote:
@anovabr <https://github.com/anovabr> Great to hear! Also, thanks for
letting me know about the theme - I'll take a look at a fix soon.
No great theme suggestions from me unfortunately, since I usually just
stick with the boring default themes :-)
It's always neat to see how people customize their VS Code though.
--
About the vertical bar support, it's not currently planned but I'd be
happy to keep this issue open to see if there's more interest and maybe we
can support it as a setting.
In the meantime, if you assign that expression above to a variable and run
code like this:
df = <your expression that produces a dataframe>df
You should get a button in the cell status bar that allows you to view the
DataFrame in a full window where the vertical scroll bar will be available.
image.png (view on web)
<https://github.com/user-attachments/assets/818c9947-1ceb-4189-8cf4-96bc127d32c7>
Hope this helps!
—
Reply to this email directly, view it on GitHub
<#417 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH3MOVXUT65J3ICMQC3HX7L2QUTTLAVCNFSM6AAAAABXG2MEWCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNZQGEZTQNRXGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
[image: pwang347]*pwang347* left a comment
(microsoft/vscode-data-wrangler#417)
<#417 (comment)>
@anovabr <https://github.com/anovabr> Great to hear! Also, thanks for
letting me know about the theme - I'll take a look at a fix soon.
No great theme suggestions from me unfortunately, since I usually just
stick with the boring default themes :-)
It's always neat to see how people customize their VS Code though.
--
About the vertical bar support, it's not currently planned but I'd be
happy to keep this issue open to see if there's more interest and maybe we
can support it as a setting.
In the meantime, if you assign that expression above to a variable and run
code like this:
df = <your expression that produces a dataframe>df
You should get a button in the cell status bar that allows you to view the
DataFrame in a full window where the vertical scroll bar will be available.
image.png (view on web)
<https://github.com/user-attachments/assets/818c9947-1ceb-4189-8cf4-96bc127d32c7>
Hope this helps!
—
Reply to this email directly, view it on GitHub
<#417 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH3MOVXUT65J3ICMQC3HX7L2QUTTLAVCNFSM6AAAAABXG2MEWCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNZQGEZTQNRXGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Environment data
Expected behaviour
When using notebooks and I have tables presented in a data viewer viewer, I should be able to use both vertical and horizontal bars to see all content. Actually, VSCode just provides a horizontal bar
Actual behaviour
I just have a horizontal bar.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: