question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"Python: Create new blank Juypter notebook" shows a blank editor

See original GitHub issue

Issue Type: Bug

Repro

  1. Run the Python: Create new blank Juypter notebook command

Bug A blank editor shows up. It never is filled in:

image

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:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:24 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
jejsemincommented, Oct 28, 2020

@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!

Seems like everything is working again ! Thank you

1reaction
joyceerhlcommented, Oct 28, 2020

@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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found