show_grid does not display
Opened this issue · 4 comments
Deleted user commented
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!
ankostis commented
Maybe conda package is broken with latest qgrid. Can you try the pip-way?
ParseDark commented
I have quesion for slick_grid. Do you have plan change other grid lib ? something base on react grid?
stefaneidelloth commented
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:
#345