-
Notifications
You must be signed in to change notification settings - Fork 293
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
Jupyter interactive plots are very slow / laggy when opened in separate tab (e.g seaborn pairplot) #459
Comments
@sws144 Thanks for reporting this, and sorry about the issue. Do you have a code example that you could share that exhibits this behavior? I do know that we have issues with generating very large file sizes with dense plots since we generate both SVG and PNG versions of the plot. The SVG versions can get very large causing some performance issues. You can skip generating SVG versions with a setting, but turning off that setting turns of the plot viewer since that uses SVGs for display. https://github.com/microsoft/vscode-python/issues/12388 |
Here are the two files to run (up until row 135 for the sns.pairplot). This is a fairly big pairplot, but renders plot viewer unusable. Source data file to create plots: Perhaps we can allow PNG versions of the plot viewer as well? Thank you! |
I am encountering this issue as well on RedHat Linux 7, even with a fairly beefy computer (albeit moderate CPU clock speeds). |
Same here |
Same here. Mac, Big Sur |
Same here, Ubuntu 20.04 LTS |
Defaulting to PNG should help resolve this, so closing. |
microsoft/vscode#101238 (comment)
The text was updated successfully, but these errors were encountered: