qgrid icon indicating copy to clipboard operation
qgrid copied to clipboard

Is this still maintained?

Open deeplook opened this issue 4 years ago • 10 comments

I see a significant number of PRs and issues with people making the effort to provide the desired details, but not much feedback or other activity.

deeplook avatar Dec 10 '20 17:12 deeplook

Agreed. More information would be nice to know, especially with JupyterLab 3 out, understanding the maintained status of this is important.

Thanks!

JohnOmernik avatar Jan 06 '21 15:01 JohnOmernik

If not maintained, what is the current best alternative?

adrienpacifico avatar Jan 25 '21 15:01 adrienpacifico

I don't think it's maintained anymore... Quantopian appears to have gone defunct in 2020 https://en.wikipedia.org/wiki/Quantopian

Does anyone know of an active fork?

amimoto avatar Jul 06 '21 19:07 amimoto

I'd say that https://github.com/bloomberg/ipydatagrid is an awesome alternative...

deeplook avatar Jul 06 '21 20:07 deeplook

I'd say that https://github.com/bloomberg/ipydatagrid is an awesome alternative...

That one is awesome. Thank you for the suggestion!

amimoto avatar Jul 07 '21 00:07 amimoto

I see some activity on the forks by @8080labs ( https://github.com/8080labs/ipyslickgrid ) which got acquired by Databricks, so unclear future; and by @modin-project ( https://github.com/modin-project/modin-spreadsheet ) , which has lots of complicated dependencies. Here's some issues i am aware of:

  • https://github.com/bloomberg/ipydatagrid : loads all data in ui (no virtual scroll display) so slow with very large dataframes
  • https://github.com/8080labs/ipyslickgrid : uncertain future, i had some issues with filter display css
  • https://github.com/modin-project/modin-spreadsheet : failed to run with all the dependencies needed

pankajp avatar Oct 21 '21 16:10 pankajp

I have cloned qgrid and spent a day learning it well enough to work with an up-to-date Jupyterlab. I prebuilt the extension and it seems to be working. I am not an expert JS coder, and more of a hacker, but I got it working. If we move over here, we could start maybe cleaning up some of the bugs in the code, but I will need other coders to help!

https://github.com/JohnOmernik/qgrid

JohnOmernik avatar Oct 28 '21 11:10 JohnOmernik

Thanks for the research @pankajp

I saw modin-spreadsheet but it looks like they are tying it to the rest of their ecosystem (eg, you need to import modin.pandas instead of just pandas).

I'm more of a fan of ipyslickgrid but I see that the project has disabled the Issues tab.

vthemelis avatar Mar 23 '23 20:03 vthemelis

I've created a new repo QgridNext to continue maintaining it. QgridNext is now compatible with recent releases of Jupyter and addressed many bugs found in Qgrid.

zhihanyue avatar Feb 08 '24 17:02 zhihanyue

https://github.com/mwouts/itables seems to be the most popular alternative at this point, with https://github.com/bloomberg/ipydatagrid a close second.

I like the fact that ipydatagrid is maintained by Bloomberg, so it should be around for a while.

After testing I think I am going to use itables because it comes with a simple search field out of the box, which is probably my most common use case.

chrowe avatar Apr 26 '24 20:04 chrowe