-
Notifications
You must be signed in to change notification settings - Fork 506
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
Too many ipyleaflet layers fail to render #543
Comments
I can reproduce locally, and I get a
|
Or if you want to cancel the execution a cell if it takes too long, use this option:
|
I have tried to set the timeout value to 99999 before and it still works (I put some machine learning data that takes like 2 hours to compute). Although it is definitely not user friendly to wait for 2 hours before getting an useful output. |
believe |
I noticed that notebooks with too many ipyleaflet layers cannot be properly rendered with Voila. Those notebooks are rendered on mybinder.org, so this could be a problem of my computer. That being said, I'd be happy if notebooks that can be rendered with JupyterLab locally can be rendered with Voila as well, or at least Voila issues a warning saying some widgets are not rendered.
Below is a table of results with a reproducible example and GIFs capturing the results on my local end.
JupyterLab:
Voila
This issue might be a duplicate of #534, but I'm afraid I'm not quite sure. Feel free to close if that's the case.
The text was updated successfully, but these errors were encountered: