I ran into this too. I was able to work around it by switching the Jupyter extension to the pre-release version (which was a suggestion in a different question that I can't find anymore).

Answer from Alex Trzyna on Stack Overflow
🌐
Visual Studio Code
code.visualstudio.com › docs › datascience › jupyter-notebooks
Jupyter Notebooks in VS Code
November 3, 2021 - If you attempt to open a notebook when VS Code is in an untrusted workspace running Restricted Mode, you will not be able to execute cells and rich outputs will be hidden. You can create a Jupyter Notebook by running the Create: New Jupyter ...
Discussions

Jupyter for vscode continues to be slow (for large notebooks with mardown cells & large outputs)
Jupyter for vscode continues to be slow (for large notebooks with mardown cells & large outputs)#14459 ... bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugon-testplanperfPerformance issuesPerformance issues More on github.com
🌐 github.com
131
October 7, 2023
Jupyter notebook stuck loading, not showing content, in VSCode
Environment data VS Code version: 1.59.1 Jupyter Extension version (available under the Extensions sidebar): v2021.8.1236758218 Python Extension version (available under the Extensions sidebar): v2... More on github.com
🌐 github.com
6
August 31, 2021
Jupyter notebook in Vs code STUCK. Malfunctioning
I hope a gr8 genius editor developer makes a non buggy version of the jupyter notebook alternative like the vs-code one that runs without any of these stupid issues. So fucking angry with this stupidity right now.. ... Downgrade to ipykernel 6. For me it is much more robust in VSCode. More on reddit.com
🌐 r/vscode
8
3
March 10, 2026
Jupyter Notebook extension Visual Studio Code stuck "connecting to kernel" - Stack Overflow
On installing ipykernel==6.30.1, which is the version before 7.0.0, I don't face this issue in vscode or jupyter notebook in browser. More on stackoverflow.com
🌐 stackoverflow.com
🌐
GitHub
github.com › microsoft › vscode-jupyter › issues
Issues · microsoft/vscode-jupyter
microsoft / vscode-jupyter Public · Notifications · You must be signed in to change notification settings · Fork 377 · Star 1.5k · September Endgame · #17019 · Yoyokrazy opened · on Oct 1, 2025 · 3 · Unable to run notebook cells with spaces in path · #17042 · dakenblack opened · on Oct 10, 2025 · 14 · Search Issues ·
Author   microsoft
🌐
GitHub
github.com › microsoft › vscode-jupyter › issues › 14459
Jupyter for vscode continues to be slow (for large notebooks with mardown cells & large outputs) · Issue #14459 · microsoft/vscode-jupyter
October 7, 2023 - Jupyter for vscode continues to be slow (for large notebooks with mardown cells & large outputs)#14459 ... bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugon-testplanperfPerformance issuesPerformance issues
Author   loftusa
🌐
Visual Studio Code
code.visualstudio.com › docs › python › jupyter-support-py
Python Interactive window
November 3, 2021 - As you find issues, stop the debugger, correct your code, save the file, and start the debugger again. When you're satisfied that all your code is correct. Save the file, then export the notebook as described in the following section.
🌐
GitHub
github.com › microsoft › vscode-jupyter › issues › 7352
Jupyter notebook stuck loading, not showing content, in VSCode · Issue #7352 · microsoft/vscode-jupyter
August 31, 2021 - microsoft / vscode-jupyter Public · Notifications · You must be signed in to change notification settings · Fork 375 · Star 1.5k · New issueCopy link · New issueCopy link · Closed · Closed · Jupyter notebook stuck loading, not showing content, in VSCode#7352 ·
Author   Dervis-vL
🌐
GitHub
github.com › microsoft › vscode-jupyter › discussions › 13031
VScode notebook never stops executing but issues no errors · microsoft/vscode-jupyter · Discussion #13031
I can run something simple like print('hello') which does execute but then when I go to import anything even native packages it just shows the loading errors and line animation across the top but nothing ever concludes. Even if i restart the kernal the notebook acts like its still executing. I'm using vscode Version: 1.76.0 (Universal) Commit: 92da9481c0904c6adfe372c12da3b7748d74bdcb · and jupyter extension v2023.1.2000312134.
Author   microsoft
Find elsewhere
🌐
Reddit
reddit.com › r/vscode › jupyter notebook in vs code stuck. malfunctioning
r/vscode on Reddit: Jupyter notebook in Vs code STUCK. Malfunctioning
March 10, 2026 - If I need a .ipynb notebook, I switch to jupyter lab-vim, working much better than vs code. code is becoming bloated and buggier day by day... ... Actually VSCode wasn't the issue. As I said, the notebooks were problematic on PyCharm as well. However I found out that, as someone said before, the problem was ipykernel.
Top answer
1 of 3
52

It's not the Visual Studio Code update. I've been experimenting on a virtual machine, after my students started complaining this week that their Jupyter Notebooks stopped working...

I've tried downgrading Visual Studio Code, but that didn't solve the problem, so I started looking somewhere else.

As far as I know right now, the problem lies in the Jupyter-extension.

  • I have first disabled the Auto Update for the Jupyter-extension.

  • Next, I have downgraded the extension to version 2025.7.0, and it works again.

  • For good measure, I've then tried to update to version 2025.8.0: it also works.

  • But, when using version 2025.9.0: it breaks!

So what I would recommend:

  • In the Extensions-tab, disable Auto Update for the Jupyter extension.

  • Then use the Install Specific Version-menu to install version 2025.8.0.

After further testing:

The alternative is to Switch to Pre-Release Version, at least version 2025.10.2025101001. That also works.

UPDATE 2025-10-16:

Jupyter extension version 2025.9.1 has been released. This fixes the issue as well.

2 of 3
6

It seems to be an issue with the version 7.0.0 of the ipykernel python package. The jupyter notebook extension in vscode as well as the jupyter notebook in the browser get stuck in kernel connecting state when a cell is executed. On installing ipykernel==6.30.1, which is the version before 7.0.0, I don't face this issue in vscode or jupyter notebook in browser.

I have created an issue for the same: https://github.com/ipython/ipykernel/issues/1445

Hence I think we have to use ipykernel==6.30.1 until the issue is fixed. You can install it by running
pip install ipykernel==6.30.1

P.S.: ipykernel 7.0.1 has been released and it fixes this issue.

🌐
GitHub
github.com › continuedev › continue › issues › 1463
Jupyter Notebooks in VSCode become unresponsive because the kernel gets disposed erroneously · Issue #1463 · continuedev/continue
June 10, 2024 - in.js:sourcemap:1985 workbench.desktop.main.js:sourcemap:651 INFO [perf] Render performance baseline is 19ms workbench.desktop.main.js:sourcemap:651 ERR [Extension Host] ex workbench.desktop.main.js:sourcemap:148 [Extension Host] ex p @ workbench.desktop.main.js:sourcemap:148 workbench.desktop.main.js:sourcemap:651 ERR [Extension Host] Error: timeout at Timeout.p (/home/jeffliu/.vscode-server/extensions/ms-toolsai.jupyter-2024.2.0-linux-x64/dist/extension.node.js:55:1754) at listOnTimeout (node:internal/timers:569:17) at process.processTimers (node:internal/timers:512:7) workbench.desktop.main
Author   jeffliu-LL
🌐
Reddit
reddit.com › r/learnpython › weird problem with jupyter notebooks in vscode
r/learnpython on Reddit: Weird problem with Jupyter notebooks in VSCode
September 20, 2023 -

Intellisense in VSCode is quite annoying when working in Python. Every time I type a quote character I get a window popup that asks me if I want to type "ArithmeticError". I googled and found this solution:

https://stackoverflow.com/questions/72824819/vscode-autocomplete-intellisense-in-jupyter-notebook-when-starting-string-lit

The problem is that when I added "jupyter.pythonCompletionTriggerCharacters": ".%", to my settings.json and restarted VSCode, I lost the ability to open .ipynb files. When I try I get an error dialog that says "Unable to open / Could not initialize webview: Error: Coult not register service worker: Invalid State Error: Failed to register a ServiceWorker: The document is in an invalid state..}"

Any idea if this can be fixed (without undoing my changes to settings.json)? Thank you

🌐
Medium
medium.com › @arylshamir98 › how-to-use-jupyter-notebooks-in-vs-code-fix-no-output-when-running-cells-virtual-environments-47a3bd2312b3
How to Use Jupyter Notebooks in VS Code (Fix No Output When Running Cells + Virtual Environments & Package Setup.) | by Arylshamir | Medium
September 8, 2025 - Now that you’ve created and activated your virtual environment, and you’re working inside it, you might encounter some packaging issues or other environment-related problems. ... To ensure that Jupyter notebooks use the correct Python environment, you should register your virtual environment as a Jupyter kernel using the ipykernel module.
🌐
GitHub
github.com › microsoft › vscode-jupyter › issues › 14716
Jupyter Notebook cells hang forever in VSCode · Issue #14716 · microsoft/vscode-jupyter
November 14, 2023 - It is an issue on the remote server. ... Cells NOT running. They were running normally and suddenly an interactive notebook started to hang. Then normal .ipynb files were also hanging. There was no update of any sort on my end. Might it be something on VSCode end? I tried many things from related posts: -Disabling pylance. -Forcing the reinstalling of notebook, jupyter and ipykernel.
Author   marcoBmota8
🌐
Reddit
reddit.com › r/vscode › jupyter extension not working
r/vscode on Reddit: Jupyter Extension not working
January 25, 2022 -

Whenever I start a new jupyter notebook(a .ipynb) file. this error shows up. And then I am unable to get the jupyter options(like Run Cell etc) the jupyter notebook on browser.

Error which I see after toggling Developer mode.

Please help!

🌐
Python.org
discuss.python.org › python help
Setting up and integrating Jupyter Notebook development environment with VSC - Python Help - Discussions on Python.org
August 17, 2022 - Hello Pythonistas! I am trying to set up the Jupyter Notebook extension for VSCode but I can’t get my code snippets to run. If you check out this YouTube clip at exactly 1 minute and 46 seconds (here - - you can pause …
🌐
GitHub
github.com › microsoft › vscode-jupyter › issues › 586
I can create a new jupyter notebook just fine, but opening existing one results in "Cannot open resource with notebook editor type 'jupyter-notebook', please check if you have the right extension installed or enabled." · Issue #586 · microsoft/vscode-jupyter
September 23, 2020 - Bug: Notebook Editor, Interactive Window, Editor cells Steps to cause the bug to occur Connect to a remote server. Create a jupyter notebook. Write some cells. Save. Log out of remote server. Recon...
Author   Santosh-Gupta
🌐
GitHub
github.com › microsoft › vscode-jupyter › issues › 15351
VSCode slow and crashes - Python and Jupyter Notebooks · Issue #15351 · microsoft/vscode-jupyter
March 8, 2024 - When working with large Python Notebook files and restart the kernel, it takes way too long to do so and most often than not it crashes. When opening VSCode again, all the workspaces/folders are closed and have to open them again.
Author   ale-dg
🌐
GitHub
github.com › microsoft › vscode-jupyter › issues › 17124
Execute notebook cell freezes · Issue #17124 · microsoft/vscode-jupyter
October 28, 2025 - Applies To Notebooks (.ipynb files) Interactive Window and/or Cell Scripts (.py files with #%% markers) What happened? In the last week or so the jupter extension frequently hangs when trying the execute cells. It shows as executing, but...
Author   trondbn
🌐
GitHub
github.com › microsoft › vscode-jupyter › issues › 17167
Jupyter notebook cells get stuck in selection mode after highlighting text in VS Code · Issue #17167 · microsoft/vscode-jupyter
November 26, 2025 - The cell should remain editable and responsive after highlighting text. When selecting or highlighting text inside a Jupyter notebook cell, the cell frequently becomes “stuck” in selection mode.
Author   dannasharonpinto-dev