You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 cell
Expected behavior
Should display table
Screenshots
Environment (please complete the following information):
Additional context
Installed with
pip install ipydatagrid
The text was updated successfully, but these errors were encountered: