-
Notifications
You must be signed in to change notification settings - Fork 19
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
JupyterLab performance degrades with the number of plotly graphs #72
Comments
Current workaround - use classic Notebook UI. |
JupyterLab 1 can speed it up |
Any updates on the issue? |
I just checked it at JL 1.1, seems much faster. So it works for now for our purposes. |
Fixed in #124 |
But performance still degrades... |
Yes, as with any other similar tool. For a typical usage for this library, the performance is good enough - for me, at least, it's not noticeable. |
Actually it freezes for minutes. But probably, it is not an issue of this project. |
Then I suggest to leave package versions and how to reproduce it in jupyterlab/jupyter-renderers#171 |
It seems that in a notebook graphs are printed in a smaller size first, and then autosized to the page. This autosizing freezes the page for a second and looks like an issue.
Set the proper size by default?
The text was updated successfully, but these errors were encountered: