-
Notifications
You must be signed in to change notification settings - Fork 295
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
Persistent "Jupyter API" message with remote SSH (but not local)... #15255
Comments
Note: After some testing, it appears this may be related to the new Data Wranglers Extension. When I disable this extension, the error still appears, but only on initially opening the notebook. |
Thank for you filing this issue and sorry you are running into this. Please could you enable logging as follows:
|
Logs are copied below. I can confirm that at least the final four calls of:
occur only after activating the DataWrangler Extension, and cease to repeat again once I disable it.
EDIT 03/04/2024: I have removed some of the logs above to prevent security risks. |
Again, I am able to prevent all but the first instance of the message by disabling DataWrangler. I think, depending on how you interpret this, that a viable action item would still be the ability to silence the error notification with an optional user setting. Thanks for your rapid response! |
@ColinConwell |
Please could you
The new logs should contain an entry |
This is the log output you requested, I think. I triggered this again with the DataWranglers extension.
Note that this error does not occur locally, only on Remote SSH. Also note that this is with a VS-Code-Insiders installation I have (I cannot currently mess with my main VSCode stable setup). Let me know if that's an issue and I can potentially do this same operation on a Stable install sometime soon. |
It seems I can also trigger it just with Jupyter PowerToys:
|
Thanks for the logs. Will try to get a fix |
I'm going to share another VSIX, please can you try this again and share the logs You might have logs with the following lines
Please share all of the above logs in the same order, Here's the new VSIX |
Attached are all logs (unabridged) with the new VSIX install in Insiders: |
Please try this vsix, I believe this will fix the issue. |
Steps to repro
|
The following message appears incessantly when running Jupyter Notebooks in VSCode via RemoteSSH:
The notification cannot be silenced, even when turning off notifications from the Jupyter Extension.
The notebook seems to be running correctly, and there are seemingly no other issues. I realize the message is likely thrown by the use of an extension, but I have dozens of extensions and systemtically isolating the extension that is causing the notification should likely not be the expected resolution. At minimum, it would be nice to be able to silence this message, since everything else appears to be working correctly. (The absence of the message on the local machine also suggests that the error is potentially not with any particular extension).
Environment data
Expected Behavior
Messaging should be the same for the local and remote machine. If the use of the remote is causing the issue, but the notebook is functioning, we should be able to silence the message, no?
The text was updated successfully, but these errors were encountered: