-
Notifications
You must be signed in to change notification settings - Fork 25
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
No such comm target registered: jupyter.widget.control #45
Comments
I have tried to fix it using the suggestions jupyter-widgets/ipywidgets#1720 but to no avail. |
Hm, I have installed the virtual environment anew and now the same error appears for all kernels. So this seems unrelated to the radcad kernel. I will close this here. |
So the culprit seems to be jupyter-book or some of it's dependencies.
the jupyter lab starts with no error message
now this error appears:
Same problem appears when ipywidgets is installed. jupyter-book is in the requirements list for the cadlabs project template so maybe this is indeed relevant. |
Hey @Dabbrivia ! Thanks for detailing the issue here - I'm sure it will prove useful for anyone who has a similar issue. It doesn't seem specific to radCAD, but rather the dependencies and specific development environment as you pointed out. |
@Dabbrivia @BenSchZA This isn't related to jupyter-widgets/ipywidgets#2257 It looks like it got the attention of a maintainer, but there hasn't been any activity on that issue for a while after the request for more information. I've provided a step-by-step way to reproduce this error over there. |
Closing this issue, thanks for the context above! It will remain in closed issues as a reference for future devs that run into it. |
only when using the python3-radcad kernel the following error message appears in jupyter stderr:
if a vanilla kernel is chosen (ipykernel python3) this error does not appear.
The text was updated successfully, but these errors were encountered: