-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Very slow rendering / locking up browser when plotly-extension rendering multiple charts #171
Comments
I've been encountering the same issue. My current hunch is that this is caused by plotly-extension writing and re-writing the image/png data? Specifically, for a given cell output blob:
the
I plan to do a bit more digging. Thinking out loud, my steps will be:
|
@jonmmease I have the same issue in JupyterLab.
|
It seems much faster in Jupyter Lab 1
|
reference issue on jupyterlab jupyterlab/jupyterlab#5738
I'm wondering if anyone else is seeing this behaviour.
I am iteratively creating graphs with relatively modest sized datasets (At most 150 rows). It's all summary data, 3-5 columns * up to 150 rows.
After about 3-4 graphs created in a given page the rendering takes a huge hit in terms of speed. The page seems to freeze up and with 15+ graphs on a given notebook it can take up to 20 minutes to fully render, once it is fully rendered it's reasonably performant (other than being very slow to switch tabs).
using https://hub.docker.com/r/jupyter/all-spark-notebook/tags/ on latest I think that's (14fdfbf9cfc1)
And plotly version: @jupyterlab/plotly-extension v0.18.1
I'm mostly wondering if my use case (multiple distinctly drawn graphs in one notebook is a common or extreme edge case. And really, is anyone else seeing this or just me?
Opening an issue in both places as I'm hoping to get some context around this and I'm not sure which project may have more insight.
The text was updated successfully, but these errors were encountered: