qgrid icon indicating copy to clipboard operation
qgrid copied to clipboard

show_grid does not display

Open ghost opened this issue 5 years ago • 4 comments
trafficstars

Environment

  • Operating System: Ubuntu version 18.04.4
  • Python Version: Python 3.7.8
  • How did you install Qgrid: conda
  • Python packages: py37_rdkit.txt

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

ghost avatar Aug 08 '20 17:08 ghost

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

ankostis avatar Aug 28 '20 08:08 ankostis

Dupe of #333?

ankostis avatar Aug 28 '20 08:08 ankostis

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

ParseDark avatar Sep 12 '20 13:09 ParseDark

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

stefaneidelloth avatar Dec 02 '20 09:12 stefaneidelloth