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

Support for bokeh >= 3.0.0 #67

Open
Tracked by #91
SergioLoaiza opened this issue Nov 10, 2022 · 2 comments
Open
Tracked by #91

Support for bokeh >= 3.0.0 #67

SergioLoaiza opened this issue Nov 10, 2022 · 2 comments
Assignees
Labels
dependencies Pull requests that update a dependency file

Comments

@SergioLoaiza
Copy link

Hi; any plan for updating the library in order to support bokeh >= 3.0.0?

@raybellwaves
Copy link

pip install "bokeh>=3.0.0" ipywidgets-bokeh
python
import ipywidgets_bokeh

gives

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/ray/miniforge3/envs/test_env/lib/python3.10/site-packages/ipywidgets_bokeh/__init__.py", line 1, in <module>
    from .widget import IPyWidget
  File "/Users/ray/miniforge3/envs/test_env/lib/python3.10/site-packages/ipywidgets_bokeh/widget.py", line 9, in <module>
    from bokeh.models.layouts import HTMLBox
ImportError: cannot import name 'HTMLBox' from 'bokeh.models.layouts' (/Users/ray/miniforge3/envs/test_env/lib/python3.10/site-packages/bokeh/models/layouts.py)

@ndmlny-qs
Copy link
Collaborator

I have an update @SergioLoaiza and @raybellwaves. @mattpap started the branch #51 for updating to Bokeh 3.0, and I am assigning this issue to myself to get the needed changes made. I'll use this issue to link to the PR, so stay tuned.

@ndmlny-qs ndmlny-qs self-assigned this Jan 19, 2023
@ndmlny-qs ndmlny-qs added the dependencies Pull requests that update a dependency file label Jan 19, 2023
@ndmlny-qs ndmlny-qs mentioned this issue Apr 6, 2023
21 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

3 participants