quantopian / qgrid

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

show_grid does not display #336

Open ghost opened 4 years ago

ghost commented 4 years ago

Environment

Description of Issue

show_grid does not return the widget. How should I solve it? Thank you!

Screenshot from 2020-08-08 19-17-51

ankostis commented 4 years ago

Maybe conda package is broken with latest qgrid. Can you try the pip-way?

ankostis commented 4 years ago

Dupe of #333?

ParseDark commented 4 years ago

I have quesion for slick_grid. Do you have plan change other grid lib ? something base on react grid?

stefaneidelloth commented 3 years ago

For me the display issue was solved by using

jupyter labextension install qgrid

instead of

jupyter labextension install qgrid2

as suggested by the documentation.

I created a ticket to update the doc: https://github.com/quantopian/qgrid/issues/345