jupyter / dashboards_server

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

Update to Bokeh latest (0.12.3) and fix test plot #299

Open koverholt opened 7 years ago

koverholt commented 7 years ago

Resolves #279.

Update to latest version of Bokeh 0.12.3 and fix plot in test_plotting_libs.ipynb.

parente commented 7 years ago

I see in the linked issue that the fix depends on the shims that @philippjfr contributed to ipywidgets master.

We can pin bokeh to 0.11 for the time being to get the demo working again if desired. We can review getting bokeh 0.12 working when ipywidgets 6.0 is out and the rest of the dashboard server works with that release (probably not a no-op).

koverholt commented 7 years ago

Thanks for the updates. PR #280 pinned this example notebook to Bokeh 0.11.1, so I can leave this PR open until the issue in https://github.com/jupyter-incubator/dashboards_server/issues/279#issuecomment-254970027 is resolved.