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

Investigate embedding bokeh protocol messages #1895

Closed
philippjfr opened this issue Sep 19, 2017 · 2 comments
Closed

Investigate embedding bokeh protocol messages #1895

philippjfr opened this issue Sep 19, 2017 · 2 comments

Comments

@philippjfr
Copy link
Member

In #1894 we added compatibility with the upcoming changes in bokeh 0.12.10 to send notebook events based on the bokeh protocol. This had the added benefit of giving us binary transfer but only works when sending the data live. For embedding data when rendering a HoloMap we still use our old code to generate JSON patches. It should be possible to use the protocol here as well but it requires some work rewriting both Python and JS components and add conditional logic to handle old versions of bokeh. Therefore I don't think this is of high priority, we should try to drop the old approach once bokeh 1.0 has been released.

@philippjfr
Copy link
Member Author

This was merged in #1949.

Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant