rapidsai / cuxfilter

GPU accelerated cross filtering with cuDF.
https://docs.rapids.ai/api/cuxfilter/stable/
Apache License 2.0
273 stars 67 forks source link

[BUG] Cuxfilter dashboard does not start if hvPlot used previously in Notebook #484

Closed exactlyallan closed 1 year ago

exactlyallan commented 1 year ago

Describe the bug When creating notebooks that uses both hvplot and cuxfilter (in that order), the cuxfilter dashboard button does not load and subsequent hvplots do not load as well. Browser console logs show bokeh.js fails to load. Reloading bokeh.js via extensions resolves the issue, but is not a fix.

Steps/Code to reproduce bug Follow Notebook Gist: https://gist.github.com/exactlyallan/400218bfa084b49c3e0f4e4fb122630f

Expected behavior Charts do not appear.

Environment details (please complete the following information):

AjayThorve commented 1 year ago

This seems to be working (the gist provided) now after the recent updates. (hvplot 0.8.4, holoviews 1.17.0, cuxfilter 23.08, bokeh 3.2.1)

Closing this now, feel free to open it if the issue persists.