-
Notifications
You must be signed in to change notification settings - Fork 73
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
Error displaying widget: model not found
when using ipywidgets
interact
#592
Comments
Error displaying widget: model not found
when using the ipywidgets
interactError displaying widget: model not found
when using ipywidgets
interact
I think the jupyterlab-demo is broken because of https://github.com/jupyterlab/jupyterlab-demo/blob/master/.binder/environment.yml#L21 If you're using latest ipywidgets, you should be using the latest xeus-python which makes use of the new comm package. |
Concerning the lite deployment on try-jupyter. I am not even able to execute the cell that uses interact. This is very probable we are hitting an issue similar to emscripten-forge/recipes#619 where scipy and matplotlib are incompatible on emscripten-forge and leads to issues. |
Ah ok, sure we can at least update the demo repo. Over on jupyter/try-jupyter#42 the error might be different then? Haven't checked yet whether it's related to xeus python or only in
|
Normally the first 2 cells execute fine. The one calling |
I'm having the same as you in the lite deployment. I do believe it's because of our build of scipy on emscripten-forge that conflicts with matplotlib (they build against different version of qhull and that may be the issue). We would want to troubleshoot this there. I personally am not even able to build scipy on emscripten-forge, we need help :D. |
There is, but it's broken :) and it does not build anymore if you try rebuilding it |
Using the
ipywidgets
interact (more preciselyinteractive
) gives the following error:However this does not seem to be an issue with
ipykernel
.To reproduce, go to https://github.com/jupyterlab/jupyterlab-demo and open the demo on Binder: https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/master?urlpath=lab
This was also noticed with
jupyterlite-xeus-python
in jupyter/try-jupyter#42The text was updated successfully, but these errors were encountered: