jupyterlab-sql
jupyterlab-sql copied to clipboard
Support JupyterLab 2.0
This is going to need another pair of eyes, but I wanted to try out the extension and also learn a little more about jupyterlab development. I never used this when it worked with JupyterLab 1.x, so I'm not quite sure what to expect.
The main changes that are needed to update to 2.x are here. The other changes were to the DataGrid API itself, which AFAICT, changed before the move from phosphor to lumino. I'm more confident than nothing in these changes, glancing over the lumino code and given the test suite passing.
For reference, this is the code for the last supported version of datagrid.
Closes #127 #130 #131
There appear to be some issues with things like loading feedback. Unclear to me whether they're related to things in this PR yet. Could use another set of eyes until I'm more familiar with the code.