-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Click to show javascript error. Failed to load model class 'DataGridModel' from module 'ipydatagrid' #533
Comments
I think this is somehow related to bqplot issues (hitting the same problem - seeing jupyterlab try to load ipydatagrid, but then failing on missing bqplot; if i try to rebuild the thing with bqplot, i get the following build error)
Not entirely sure where to go from there for now. |
Ah, looks like the d3-selection js module that bqplot depends on has gotten too old for the current webpack version jupyterlab uses, which seems to cause the above error. fwiw locally modifying bqplot to depend on ^2 rather than ^1 versions of d3-selection (and then manually installing it in develop mode into jupyter) seems to solve the above problem for me:
|
I'm not sure if that's not going to break something else... but seems to be fine for now. |
That does not sound correct. The official way of installing bqplot and ipydatagrid today is to |
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: