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

Update plotting routines to work with bokeh 3.x #64

Open
aozalevsky opened this issue Nov 3, 2022 · 1 comment
Open

Update plotting routines to work with bokeh 3.x #64

aozalevsky opened this issue Nov 3, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@aozalevsky
Copy link
Contributor

bokeh 3.x changes API, for instance

from bokeh.models.widgets import Tabs, Panel
works in 2.4.3 but fails in 3.0.0

@aozalevsky aozalevsky added the enhancement New feature or request label Nov 3, 2022
@aozalevsky aozalevsky self-assigned this Nov 3, 2022
@aozalevsky
Copy link
Contributor Author

according to the docs, CSS API (which is used in a couple of places) won't be stabilized until bokeh 3.1 so we should postpone the update until then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant