Skip to content
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

Closed
DonJayamanne opened this issue Feb 5, 2021 · 5 comments
Assignees
Labels
area-data science bug Issue identified by VS Code Team member as probable bug regression Bug didn't exist in a previous release

Comments

@DonJayamanne
Copy link

Looks like its coming from the Notebook language component in Python extension

  • Opt your self into native notebooks
  • Open VS Code
  • Open a Notebook immediately

Screen Shot 2021-02-05 at 12 36 40

@DavidKutu
Copy link

Can repro
image

@rchiodo
Copy link

rchiodo commented Feb 9, 2021

This requires a fix to the python extension then.

@rchiodo rchiodo self-assigned this Feb 9, 2021
@rchiodo rchiodo transferred this issue from microsoft/vscode-jupyter Feb 9, 2021
@ghost ghost added the triage-needed Needs assignment to the proper sub-team label Feb 9, 2021
@rchiodo rchiodo added bug Issue identified by VS Code Team member as probable bug and removed triage-needed Needs assignment to the proper sub-team labels Feb 9, 2021
@ghost ghost added the triage-needed Needs assignment to the proper sub-team label Feb 9, 2021
@ghost ghost removed the triage-needed Needs assignment to the proper sub-team label Feb 10, 2021
@brettcannon brettcannon added the regression Bug didn't exist in a previous release label Feb 22, 2021
@luabud
Copy link
Member

luabud commented Mar 10, 2021

Closing as fixed.

@luabud luabud closed this as completed Mar 10, 2021
@ghost ghost removed the needs PR label Mar 10, 2021
@michaelmoschitto
Copy link

michaelmoschitto commented Sep 3, 2021

Still having this issue with vscode version: 1.60.0, python ext version:
v2021.9.1191016588, and pylance v2021.9.0

@pesobreiro
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-data science bug Issue identified by VS Code Team member as probable bug regression Bug didn't exist in a previous release
Projects
None yet
Development

No branches or pull requests

8 participants