"Python: Create new blank Juypter notebook" shows a blank editor
See original GitHub issueIssue Type: Bug
Repro
- Run the
Python: Create new blank Juypter notebook
command
Bug A blank editor shows up. It never is filled in:
The developer tools for the webview show:
Uncaught Error: An instance of the VS Code API has already been acquired
at <anonymous>:11:13
at e.acquireApi (commons.initial.bundle.js:2)
at e.addHandler (commons.initial.bundle.js:2)
at Object.k (commons.initial.bundle.js:2)
at Module.U4QP (nativeEditor.js:1)
at o (nativeEditor.js:1)
at Object.0 (nativeEditor.js:1)
at o (nativeEditor.js:1)
at a (nativeEditor.js:1)
at nativeEditor.js:1
Extension version: 2020.9.114305 VS Code version: Code - Insiders 1.51.0-insider (16f4a29aa0ac05d3cba222b1f347b7404626c680, 2020-10-26T05:32:45.135Z) OS version: Darwin x64 19.6.0
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:24 (14 by maintainers)
Top Results From Across the Web
Juypter notebook shows blank page - Stack Overflow
Solution: Just go to anaconda prompt and update your notebook by typing the command pip install --upgrade notebook. Share.
Read more >Working with Jupyter Notebooks in Visual Studio Code
The Notebook Editor makes it easy to create, edit, and run code cells within your Jupyter Notebook. Create a code cell. By default,...
Read more >Python for data analysis: Overview of Jupyter Notebooks
To create a new Python notebook select the “New” dropdown on the upper right of the screen. Jupyter notebook file browser ... A...
Read more >Get started with Jupyter Notebooks in less than 4 minutes
Everything you need to get up and running with Jupyter Notebooks in VS Code.Anaconda : https://anaconda.
Read more >Installing Jupyter Notebook Support in Visual Studio Code
Jupyter Notebook provides a convenient way to combine your Python code (or other ... Select “Jupyter Notebook: Create New Blank Notebook”:.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Seems like everything is working again ! Thank you
@jejsemin we just released https://github.com/microsoft/vscode-python/releases/tag/2020.10.332292344, please let me know if this fixes the problem for you!