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

Unpin upper pin of bokeh for local install #77

Closed
wants to merge 1 commit into from

Conversation

hoxbro
Copy link
Contributor

@hoxbro hoxbro commented Feb 1, 2023

I want to test out the updates in #51.

But when I pip install "git+https://github.com/bokeh/ipywidgets_bokeh.git" it downgrades my bokeh to 2.4.

(I assume the next release will support 3.0, I don't know if it will still support Bokeh 2.4)

@hoxbro
Copy link
Contributor Author

hoxbro commented Feb 1, 2023

I can see HTMLBox is not in Bokeh 3 anymore:

from bokeh.models.layouts import HTMLBox

@ndmlny-qs
Copy link
Collaborator

@hoxbro there are several breaking changes in Bokeh 3.0, one of which is that there is no longer a HTMLBox object. PR #51 started the process of updating to Bokeh 3.0, however, as you see here

"@bokeh/bokehjs": "~2.4.0",

we did not bump the version to Bokeh 3.0 in the TypeScript nor in the Python, which you pointed out. I am working on finishing the update, and you can follow along in #81.

@ndmlny-qs ndmlny-qs self-assigned this Feb 6, 2023
@mattpap
Copy link
Contributor

mattpap commented Mar 29, 2023

Closing in favour of #84.

@mattpap mattpap closed this Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants