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

When you have a long data frame and plot in one cell, horizontal scrolling should only appear for data frame #1581

Closed
jmew opened this issue Nov 7, 2019 · 1 comment
Labels
bug Issue identified by VS Code Team member as probable bug

Comments

@jmew
Copy link
Contributor

jmew commented Nov 7, 2019

Feedback from PyData NYC:

If you have a cell that prints out a dataframe that is wider than the screen (causing horizontal scroll bar), and also prints out a matplotlib plot (that fits inside the window), horizontal scrolling will scroll the entire output rather than just the dataframe. JupyterLab has a scroll bar that only scrolls the dataframe.

VS Code:
image

JupyterLab:
image

@DonJayamanne DonJayamanne transferred this issue from microsoft/vscode-python Nov 13, 2020
@DonJayamanne DonJayamanne added bug Issue identified by VS Code Team member as probable bug internal contributor and removed temp-parking labels Nov 13, 2020
@greazer
Copy link
Member

greazer commented Jun 6, 2021

Thanks for your feedback. This issue will be addressed once VS Code adds native support for editing notebooks. Please see microsoft/vscode#91987. You can experiment by using VS Code insiders, which defaults to the new notebook experience.

@greazer greazer closed this as completed Jun 6, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

3 participants