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.

jupyter notebook Not opening in VS-Code Insiders - Ubuntu 20.04 after latest update of Insider version

See original GitHub issue

Hi, Not sure if this issue would be handled by VS-Code’s Repo Maintenaiers.

When I try to launch a .ipynb file getting below.

image

My VS-Code version details

image

Have tried uninstalling-and-reinstalling Python and vscode-jupyter extensions, didn’t help.

After enabling Developer-Tool getting these details when double-clicking on an .ipynb file.

workbench.desktop.main.js:62 [Extension Host] extension activation failed TypeError: s.notebook.onDidChangeNotebookCellExecutionState is not a function
    at new d (/home/paul/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/out/client/extension.js:90:450992)
    at Object.t.resolveInstance (/home/paul/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/out/client/extension.js:52:263462)
    at /home/paul/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/out/client/extension.js:52:262667
    at Array.map (<anonymous>)
    at Object.t.resolveInstance (/home/paul/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/out/client/extension.js:52:263232)
    at /home/paul/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/out/client/extension.js:52:262667
    at Array.map (<anonymous>)
    at Object.t.resolveInstance (/home/paul/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/out/client/extension.js:52:263232)
    at /home/paul/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/out/client/extension.js:52:262667
    at /home/paul/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/out/client/extension.js:52:261615
    at Array.map (<anonymous>)
    at /home/paul/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/out/client/extension.js:52:261587
    at Array.map (<anonymous>)
    at Object.t.resolveInstance (/home/paul/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/out/client/extension.js:52:263232)
    at /home/paul/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/out/client/extension.js:52:262667
    at Object.t.resolve (/home/paul/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/out/client/extension.js:52:262930)
    at /home/paul/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/out/client/extension.js:52:254027
    at e._get (/home/paul/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/out/client/extension.js:52:253793)
    at e.get (/home/paul/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/out/client/extension.js:52:252505)
    at a.get (/home/paul/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/out/client/extension.js:90:505543)
    at /home/paul/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/out/client/extension.js:52:246130
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at /home/paul/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/out/client/extension.js:37:829501
    at t.activate (/home/paul/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/out/client/extension.js:37:829188)
    at async Promise.all (index 0) (at /home/paul/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.6.834931520/out/client/extension.js:37:830020)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:5
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
DonJayamannecommented, May 12, 2021

@melMass once again I’m sorry about this whole fiasco…

1reaction
melMasscommented, May 12, 2021

@DonJayamanne Thanks! Yes it’s working!

Read more comments on GitHub >

github_iconTop Results From Across the Web

jupyter command `jupyter-nbconvert` not found
steps: use ctrl + shift + p to open the Command Palette,and then select Jupyter: Create New NoteBook.And after the above operation, vscode...
Read more >
April 2021 (version 1.56) - Visual Studio Code
Learn what is new in the Visual Studio Code April 2021 Release (1.56) ... You can download the nightly Insiders build and try...
Read more >
Newest 'vscode-remote' Questions - Page 5
i'm working with VSCode on remote server via ssh with the jupyter notebook extension. but when im disconnect from the session the process...
Read more >
Install code-insiders on Ubuntu using the Snap Store
Either log out and back in again, or restart your system, to ensure snap's paths are updated correctly. Install code-insiders. To install code-insiders,...
Read more >
Getting started with CUDA on Ubuntu on WSL 2
For our purposes we will be setting up Jupyter Notebook in Docker with ... To begin, we need the latest Windows 10 Insider...
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