-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Invalid uri error message from Python extension when opening a Native Notebook #15364
Comments
This requires a fix to the python extension then. |
Closing as fixed. |
Still having this issue with vscode version: 1.60.0, python ext version: |
I had the same issue. Followed these instructions https://stackoverflow.com/questions/65673839/how-can-i-fix-a-jupyterlab-code-editor-out-of-sync-error-message and the problem apparently was solved by replacing all "\r\n" with "\n". Both versions code and code-insiders were having the same issue. I was calling them from WSL2 Ubuntu. |
Looks like its coming from the Notebook language component in Python extension
The text was updated successfully, but these errors were encountered: