-
Notifications
You must be signed in to change notification settings - Fork 3
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
Disappearing viz #7
Comments
Would you be able to get the console output when this happens? I haven't personally seen this but my guess would be you've hit the limit of WebGL contexts, which seems to be somewhere around 16 but it will depend on your browser. |
By console output do you mean in the terminal, or in a javascript console perhaps? |
Yes, the javascript console in the browser. |
On Safari I can create 16 plots but then I start losing the oldest and see this message in the browser console: I don't think we can get portably get around the WebGL context limit but we can improve the handling of it. One idea would be to "lock" old contexts when this would happen but keep a static image of the plot and have some ability to restore plots that have been "locked". |
I'm curious if anyone else has seen the glitch where after visualizing a "lot" of pyglvis plots in a jupyter notebook (20+?), that they just stop showing up? There's a window, but it's blank. Usually reloading the webpage gets them to start appearing again. But not always. Sometimes I have to close the browser and relaunch jupyter.
The text was updated successfully, but these errors were encountered: