-
Notifications
You must be signed in to change notification settings - Fork 8
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
Unable to execute code in JupyterHub #64
Comments
@DonJayamanne Hi again. |
I'm also encountering this issue, however the workaround does not solve it at all. |
So there is no workaround if you do not have configuration permission for the jupyterLab server? |
I have access to the configuration, however overriding these values didn't help at all. |
Duplicate of #67 |
Some time in the past few months JupyterLab installed/configured via JupyterHuab is always using the latest WebSocket prortocol.
Fix will be here microsoft/vscode-jupyter#14422
Attempted changes here microsoft/vscode-jupyter#15897 & here https://github.com/microsoft/vscode-notebook-renderers/pull/208/files
Work around
Try overriding this value to ensure its an empty string to use the old protocol
Docs here https://jupyter-server.readthedocs.io/en/latest/other/full-config.html
The text was updated successfully, but these errors were encountered: