-
Notifications
You must be signed in to change notification settings - Fork 950
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
[IPKernelApp] ERROR | No such comm target registered: jupyter.widget.control #3454
Comments
same message |
The message is harmless and can be ignored for now. If you don't see ipywidgets, it's unlikely to be the cause. |
same error, and the ipython interpreter doesn't working after this message. |
@jiangqucheng can you show your complete logs? I doubt this "error" is the cause of your issue, this is just a badly named warning. |
I can confirm in our case everything works as expected (we are running JLab in docker) thus we are ignoring the message. However, that kind of message gives me shivers - but as I understand we have what we have for now. |
Same here
|
Again, this message is harmless and can be ignored for now. If you have ipywidgets not working, it's probably another issue so please open a separate issue. |
This is a duplicate of an older issue: I'm just linking these two issues b/c I can see the error still exists. I searched for the error looking to see if there was an update, but I didn't see that other issue in the search results. That issue has a complete explanation as to what is going on and why this error and warning can be ignored. |
Thanks for the reference. In particular, these two comments are where the explanation is: #2257 (comment) |
@jasongrout thank you, we can all sleep better now ;) |
From the link above:
|
I did a fresh install a few days ago, but this problem still exists. There isn't a solution yet, but my recommendation is to wait patiently for a fix. It is a harmless error according to everything that has been posted in any of the issues or forum posts related to it. Here is the current state: |
I had the same problem but restarting the systemd service resolved it for me. I am running jupyer lab via systemd and installed ipywidgets into the virtual environment. Kernel restarts didn't worked for me and also ipywidgets interactive was broken. A restart of the service solved it for me. Maybe it helps other people. |
Description
When new kernel session is instantiated(new notebook) JLab logs:
[IPKernelApp] ERROR | No such comm target registered: jupyter.widget.control
[IPKernelApp] WARNING | No such comm: ded5178f-d06f-422a-851f-d7a4b564debb
Below is the context I just tried, but I tried with a lot of different versions combinations.
Reproduce
conda create -n ipywidgets_problem jupyterlab ipywidgets -y
conda activate ipywidgets_problem
jupyter lab
Context
Troubleshoot Output
Installed Labextensions
The text was updated successfully, but these errors were encountered: