You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
JupyterLab:
The text was updated successfully, but these errors were encountered:
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.
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:
JupyterLab:
The text was updated successfully, but these errors were encountered: