bokeh / ipywidgets_bokeh

Allows embedding of Jupyter widgets in Bokeh applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support binary messages

ruoyu0088 opened this issue · comments

The ipyvolume_camera.py in the examples folder doesn't work correctly. the ipyvolume figure doesn't update after data change. It seems that ipywidgets uses binary messages to send array data, and ipywidgets_bokeh doesn't support binary messages yet.