Closed u3Izx9ql7vW4 closed 4 months ago
I see the same issue with ipydatagrid 1.3.2
This was resolved for me with:
pip install jupyter_contrib_nbextensions
and restarting my notebook server.
Note for the future reader that installing jupyter_nbcontrib_nbextensions will have no impact on installation issues for ipydatagrid. I would actually recommend not doing this as this is probably outdated now that jupyterlab is the official frontend for jupyter, and latest jupyter notebook uses lab extensions, not nbextensions.
Restarting the Notebook server is important though. Otherwise the ipydatagrid extension is not loaded by the server.
Describe the bug Calling
DataGrid()
in JupyterLab cell printsbut doesn't display any table
To Reproduce Steps to reproduce the behavior: Run
pip install ipydatagrid
Create a pandas dataframe in cell and run cellExpected behavior Should display table
Screenshots
Environment (please complete the following information):
Additional context Installed with
pip install ipydatagrid