-
Notifications
You must be signed in to change notification settings - Fork 294
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
Non ZMQ doesn't work #10940
Comments
Jupyter never responds to the waitForIdle. |
This commit causes the error: |
Looking at the difference in how things are launched, with the newer change, the PATH environment variable is cased differently. Here's a working kernelspec (from previous commit): Here's one that doesn't (generated with commit id: 7308db8) Not sure if this is the root cause or not yet, but it's at least a difference. |
Casing seems to be the root of the problem. Not sure how but that fixes it for me. |
Not sure what the problem is, but if I go backwards to version 1002021048 everything works fine.
One of the changes on here is causing non ZMQ to break for me:
https://dev.azure.com/monacotools/Monaco/_traceability/runview/changes?currentRunId=178730
The text was updated successfully, but these errors were encountered: