jupyter / dashboards_server

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

Pins Jupyter dependencies to versions that are known to work #278

Closed jhpedemonte closed 8 years ago

jhpedemonte commented 8 years ago

In particular, Jupyterlab is now pinned to 0.1.1, until we can correctly update our codebase to work with 0.1.2.

Ref #277

jhpedemonte commented 8 years ago

@dalogsdon @jameslmartin Can one of you please review?

jameslmartin commented 8 years ago

Works for me, minus the bokeh plots in test_plotting_libs.

jhpedemonte commented 8 years ago

OK, I'll merge this and work on Bokeh in a separate PR.