jupyter / dashboards_server

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

Upgrade to Jupyterlab LATEST #277

Open jhpedemonte opened 8 years ago

jhpedemonte commented 8 years ago

Jupyterlab v0.1.2 contains significant changes that affect us. I've got most of it working in PR #275, everything except matplotlib.

matplotlib isn't officially supported yet by Jupyterlab, but we have had it working (using shims) up to Jupyterlab v0.1.1.

jhpedemonte commented 8 years ago

Looks like Jupyterlab 0.1.3 will fix issues we were seeing with matplotlib. Will need to update when it becomes available.

parente commented 7 years ago

Jupyter Lab is now at 0.7 and about to be 0.8. It's also moved to an entirely new org on github. Work has to be done to play catch up and probably fix regressions due to API changes.