-
Notifications
You must be signed in to change notification settings - Fork 947
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
comm package throws NotImplementedError: Cannot #3729
Comments
We've been discussing exactly this this morning with @maartenbreddels. The reason you are seing this is because you are not running under an ipykernel session, so ipykernel has not registered its comm implementation. For now, you may fix it by doing We will want to improve this situation in the core comm module or/and in ipywidgets. |
I put that import in |
I just ran into the same error. |
This should now be fixed using the latest comm package |
Example log: https://github.com/spacetelescope/jdaviz/actions/runs/4481154442/jobs/7877457906?pr=2105
All the
ipy*
package versions:Traceback:
@maartenbreddels , do you know what is going on here? Thanks!
The text was updated successfully, but these errors were encountered: