Skip to content
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

Handle Bokeh toolbar UserWarning #5869

Closed
hoxbro opened this issue Aug 29, 2023 · 1 comment · Fixed by #5873
Closed

Handle Bokeh toolbar UserWarning #5869

hoxbro opened this issue Aug 29, 2023 · 1 comment · Fixed by #5873

Comments

@hoxbro
Copy link
Member

hoxbro commented Aug 29, 2023

With the release of Bokeh 3.2.2 we are starting to get the following warnings both in CI and in a simple addition of plots.

/home/shh/Repos/holoviz/holoviews/holoviews/plotting/bokeh/plot.py:987: UserWarning: found multiple competing values for 'toolbar.active_drag' property; using the latest value
  layout_plot = gridplot(
/home/shh/Repos/holoviz/holoviews/holoviews/plotting/bokeh/plot.py:987: UserWarning: found multiple competing values for 'toolbar.active_scroll' property; using the latest value
  layout_plot = gridplot(
import holoviews as hv
import pandas as pd

hv.extension("bokeh")
hv.Curve(range(10)) + hv.Curve(range(10))

image

@hoxbro hoxbro added this to the 1.17.2 milestone Aug 29, 2023
@droumis
Copy link
Member

droumis commented Aug 29, 2023

can confirm I receive these too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants