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
When I try to display a DataGrid with ipydatagrid 1.3.2, the grid doesn't render, and I see "Error: Could not create a model." logged in the Javascript console. This doesn't happen with ipydatagrid 1.2.1.
I also see this message in the Javascript console:
Error: Could not create a model.
at utils.js:119:27
[...]
along with a few of these errors:
kernel.js:1010 Couldn't process kernel message TypeError: e is not iterable
at Module.g (index.js?v=20240819093341:2:40230)
at d._updatePrimaryKeyMap (index.js?v=20240819093341:2:928472)
[...]
System info
ipydatagrid 1.3.2
Jupyter notebook classic version 6.4.13
Python 3.10.13
IPython 8.26.0
Chrome Version 127.0.6533.119 (Official Build) (64-bit)
Notes
ipydatagrid 1.2.1 works; I don't see this bug.
I see two of the TypeError: e is not iterable errors with ipydatagrid 1.2.1, but there are 15 of them with ipydatagrid 1.3.2.
The text was updated successfully, but these errors were encountered:
Summary
When I try to display a DataGrid with ipydatagrid 1.3.2, the grid doesn't render, and I see "Error: Could not create a model." logged in the Javascript console. This doesn't happen with ipydatagrid 1.2.1.
To reproduce
Run this code:
Expected result
A grid appears
Actual result
No grid appears
I also see this message in the Javascript console:
along with a few of these errors:
System info
ipydatagrid 1.3.2
Jupyter notebook classic version 6.4.13
Python 3.10.13
IPython 8.26.0
Chrome Version 127.0.6533.119 (Official Build) (64-bit)
Notes
TypeError: e is not iterable
errors with ipydatagrid 1.2.1, but there are 15 of them with ipydatagrid 1.3.2.The text was updated successfully, but these errors were encountered: