Quansight / ibis-vega-transform

@vega transforms with @ibis-project expressions
Apache License 2.0
30 stars 7 forks source link

Updating to jlab3 #86

Closed xmnlab closed 3 years ago

xmnlab commented 3 years ago

This PR add support to jlab3 and removes the support for jlab2.

it was based on https://github.com/jupyterlab/jupyterlab-git

Next step would be implement jupyter-packaging for packaging the JS part together with the python code (ref https://github.com/jupyterlab/jupyterlab-git)

Resolves #81

xmnlab commented 3 years ago

the tests locally are working. on CI, there was a timeout error, so I am increasing the CI timeout.

@saulshanabrook @goanpeca if you have time for this project, could you review this pls? let me know if I should keep the support for jlab2

thanks!

xmnlab commented 3 years ago

thanks for the review @saulshanabrook !