quantopian / qgrid

An interactive grid for sorting, filtering, and editing DataFrames in Jupyter notebooks
Apache License 2.0
3.04k stars 425 forks source link

Introducing QgirdNext: bug fixes and compatibility improvements #392

Open zhihanyue opened 8 months ago

zhihanyue commented 8 months ago

Since Qgrid has ceased maintenance, I've created a new repo QgridNext to continue maintaining it for future Jupyter versions.

QgridNext is now compatible with recent releases of Jupyter:

QgridNext JupyterLab Notebook Voila
v2.0.0 v3 - v4 v5 - v7 v0.2 - v0.5

Now it works as a prebuilt extension (introduced in JupyterLab 3), hence JupyterLab 1/2 are no longer supported.

What's changed:

I've reorganized documents, readme, test environments and demos for a fresh start for the new repo. Your feedback, issues and PRs are welcomed and highly appreciated. If there's any good PRs from the community, I'll gladly review and merge them. If you find this repo helpful, please consider giving it a star.

Vslira commented 7 months ago

Great work!