-
-
Notifications
You must be signed in to change notification settings - Fork 517
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
Detect WebGL support on BrowserInfo #6931
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An electron bug caused the issue with Jupyter Desktop. See the comments at bokeh/bokeh#13665. It was fixed by deleting a specific folder.
I don't know if this would solve the problem more than hide it. I could be wrong.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6931 +/- ##
==========================================
+ Coverage 81.79% 82.26% +0.47%
==========================================
Files 326 327 +1
Lines 48350 48786 +436
==========================================
+ Hits 39546 40132 +586
+ Misses 8804 8654 -150 ☔ View full report in Codecov by Sentry. |
Detects webgl support, e.g. so we can toggle webgl rendering automatically in HoloViews.