-
Notifications
You must be signed in to change notification settings - Fork 29.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
Cannot open .ipynb #106587
Comments
(Experimental duplicate detection) |
It is mentioned in #106547 but this issue is not the same as the URI problem. Root cause seems to be a rendering issue. |
This may also require this setting here to be set: "python.experiments.optInto": [
"CustomEditorSupport - experiment"
], |
That setting enables the usage of the custom editor API. This experiment was enabled by mistake on Friday 9/11. |
@rchiodo what's the recommended fix/workaround for this issue? |
This should have resolved itself? Are you still seeing the issue? (Assuming updates are turned on) |
Closing as no update after two weeks. |
I'm using the latest release of vscode and it's python extension, and can no longer open .ipynb files. There are no issues with the files themselves, I work on them in jupyter notebook now.
VScode just continuously "loads" when I try to open one of these files, that's all I need to do to reproduce the problem.
The text was updated successfully, but these errors were encountered: