jupyterlab / jupyterlab-data-explorer

First class datasets in JupyterLab
BSD 3-Clause "New" or "Revised" License
178 stars 38 forks source link

Upgrades for jlab 2.0 #133

Closed telamonian closed 4 years ago

telamonian commented 4 years ago

Many fixes to deps, tsconfig, and related to prep for jlab 2.0 release:

And probably some other stuff I forgot. Originally I was trying to do a sibling install of all of the dataregistry packages. These fixes allow the sibling install to work, and they also modernize all of the packages so that they'll be compatible with jlab 2.0 when it releases.

Oh, and also you can now select and copy data from the csv grid. So that's kind of neat

telamonian commented 4 years ago

I've also now given the released packages a major version bump to accompany these changes, since some of the changes are certainly API breaking.

saulshanabrook commented 4 years ago

Gonna merge this in and then iterate on it. Thanks @telamonian!