qgrid
qgrid copied to clipboard
show_grid does not display
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!

Maybe conda package is broken with latest qgrid. Can you try the pip-way?
Dupe of #333?
I have quesion for slick_grid. Do you have plan change other grid lib ? something base on react grid?
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