altair-viz / jupyterlab_voyager

JupyterLab extension visualize data with Voyager
BSD 3-Clause "New" or "Revised" License
298 stars 35 forks source link

Upgrade to JupyterLab 0.32 #34

Closed gnestor closed 6 years ago

saulshanabrook commented 6 years ago

@zzhangjii Do you have a branch that you are working off of? If not, I am inclined to merge this and get our tests working again.

zzhangjii commented 6 years ago

@saulshanabrook I created a new pull request to include recent updates, should I merge to master branch?

saulshanabrook commented 6 years ago

@gnestor Thanks for opening this. I am gonna cherry pick a few of your commits off, since I can't merge this now that I merged @zzhangjii's branch.

gnestor commented 6 years ago

Hey guys, I just rebased. It looks like "fix typescript build" and "add binder support" are in master already. This adds jupyterlab 0..32 support, fixes a pesky error message, and cleans up the formatting.

saulshanabrook commented 6 years ago

@gnestor Thank you!