-
-
Notifications
You must be signed in to change notification settings - Fork 518
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
Bokeh 3.0 compatibility #4097
Comments
Would it make sense to add Templates to the above todo list? |
Yes. They'll need quite a bit of work, indeed we probably have to provide some architecture that will make it easy to allow templates to inject CSS on the appropriate components. |
bmwiedemann
pushed a commit
to bmwiedemann/openSUSE
that referenced
this issue
Nov 23, 2022
https://build.opensuse.org/request/show/1037271 by user mcalabkova + dimstar_suse many packages are not ready for bokeh3 yet. For example panel and the holoviews family: holoviz/panel#4097 They say it will take some time.
13 tasks
There's plenty more to do here but all components should now be working. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The migration to support Bokeh 3.0 is a huge project that will take several months to complete. Initial work for compatibility has started in #3752 but it is not sustainable to keep pushing commit after commit into that PR. Therefore we have decided to create
branch-1.0
and merge the current progress into that PR and then follow up with further fixes (and features) in followup PRs.For reference, a migration guide to bokeh 3.0 can be found here.
Components
This list of components highlights which items render correctly. Note that unchecked items may work and checked items may still have weird interactions when laid out with other components).
Panes
KaTeX
model does not yet work correctly - @hoxbro)Widgets
Layout
Templates
Documentation
Deprecations
Other issues
.css
properties to certain models to sync imported CSS and then during rendering we patch this property with the CDN or local server path (@philippjfr)Related tasks
panel.widgets.tables.py
cleaner. (@maximlt Add Pandas to the runtime dependencies #4411)The text was updated successfully, but these errors were encountered: