dashboards_server icon indicating copy to clipboard operation
dashboards_server copied to clipboard

Bokeh 0.12.x broken

Open jhpedemonte opened this issue 9 years ago • 1 comments

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

jhpedemonte avatar Jul 29 '16 21:07 jhpedemonte

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.

philippjfr avatar Oct 19 '16 23:10 philippjfr