vscode: python create new blank jupyter notebook error
- VSCode Version: 1.49
- OS Version: win10
Steps to Reproduce:
F1>Python: Create New Blenk Jupyter Notebook
無法開啟 ‘Untitled-3.ipynb’: [UriError]: If a URI contains an authority component, then the path component must either be empty or begin with a slash (“/”) character。
Does this issue occur when all extensions are disabled?: Requires dependent python
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 29
(Experimental duplicate detection) Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:
Hi all,
it seems that, in my case, the problem has been resolved on its own.
Try to open a folder with VS and run a python script (whatever): while running, VS has asked me to restart itself two times because “some extensions have been modified on the disk”.
After the two applications restart, I could run a jupyter notebook inside of it: its a real interesting bug
I’m having the same problem. Additionally, the Jupyter Notebook editor is not loading - don’t know if these two issues are related.
I managed to resolve this error by following these steps:
This took me a whole day too, but its working now. Hopefully this helps.
Hi mate, I may have found a work around. Installed VS code- insiders and it works now. https://github.com/microsoft/vscode-python/issues/11865