-
Notifications
You must be signed in to change notification settings - Fork 225
Error displaying widget: model not found #511
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
Comments
Here's the
|
@rcpeene can you link to an example binder that demonstrates this issue? As it stands my first thought is that this is not an ipympl issue as ccf-widgets doesn't seem to use matplotlib (as you say it depends on |
Here is my binder notebook that I am using. It is worth noting that this works in Binder's Jupyter Classic but not Binder's JupyterLab |
What about this? |
Same thing unfortunately. I would try opening the link you send in an incognito window - if it works for you in that then it will likely also work for me. |
https://alleninstitute.github.io/openscope_databook/visualization/visualize_neuropixel_probes.html |
Sometimes that binder actually works for me. But more significantly I think that this indeed confirms that this is not an ipympl issue, rather one with the CCFWidget. You see this as: import sys
"ipympl" in sys.modules will give I suggest that if you continue to have this issue you open an issue over on |
Describe the issue
I am running a Jupyter notebook within Binder. In the notebook I attempt to use ccf-widgets, (which is in-turn dependent on itkwidgets) to render a 3D model.
This works in Jupyter on my local machine, but on binder it fails to render and yields
Error displaying widget: model not found
I mentioned this on issue #456, but I figured it was better to issue my problem separately. As mentioned there, uninstalling
ipywebrtc
doesn't seem to fix it. The workarounds discussed on issue #473 aren't applicable here, as I don't have control of the JupyterLab version used on Binder.Versions
The Jupyterlab version running on binder is 3.4.8. I'm using ipympl==0.9.2 and matplotlib==3.6.2
Output of the provided command:
-->
The text was updated successfully, but these errors were encountered: