jupyter / dashboards_server

[RETIRED] Server that runs and renders Jupyter notebooks as interactive dashboards
Other
181 stars 48 forks source link

Bokeh 0.12.x broken #279

Open jhpedemonte opened 8 years ago

jhpedemonte commented 8 years ago

... in test_plotting_libs.ipynb. If I change the installation to !pip install bokeh=0.11.1, then it works as expected.

philippjfr commented 7 years ago

Sorry I didn't see this earlier. As part of bokeh 0.12.2 I changed bokeh slightly to register the Comm more robustly in the notebook, which also happened to break compatibility for the dashboard server. To fix that I had to add some methods to the CommManager shim in ipywidgets in https://github.com/ipython/ipywidgets/pull/751. I've tested it with bokeh 0.12.x and the latest ipywidgets and it all seems to be working now.

Edit: Since this issue precedes my original changes in bokeh I assume something else was broken for bokeh 0.12.0 and 0.12.1.