quantopian/qgrid

show_grid does not display

Opened this issue · 4 comments

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

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:
#345