ipywidgets_bokeh icon indicating copy to clipboard operation
ipywidgets_bokeh copied to clipboard

Support for bokeh >= 3.0.0

Open SergioLoaiza opened this issue 3 years ago • 2 comments

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

SergioLoaiza avatar Nov 10 '22 05:11 SergioLoaiza

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)

raybellwaves avatar Nov 22 '22 14:11 raybellwaves

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 avatar Jan 19 '23 23:01 ndmlny-qs