Open arnicas opened 4 years ago
Thanks for the feedback -- it means a lot to get positive feedback on visualizations from you! I'll pin bokeh for now. Is holoviews broken in general for bokeh 2.0? This looks like an annoying issue to work through. I'll have to see what I can do.
Is holoviews broken in general for bokeh 2.0?
Looks like it, see https://github.com/holoviz/holoviews/issues/4293
Now fixed, I've released HoloViews 1.13.0 which does support Bokeh 2.0.
Also sorry about the delay here, we were hoping to have a release in time for bokeh 2.0 but it just didn't happen. Ideally we would have pinned older packages appropriately but updating all old releases with the appropriate pins was not feasible.
Thanks @philippjfr ! Glad to hear it got resolved.
Seems like they removed the entire bokeh.plotting.helpers in 2.0 release of bokeh, which causes an error in some interactive plotting that needs holoviews. Might want to pin it in the requirements to 1.4? (Great work on all the new vis options, by the way!)