I just had the same issue but downgrading only the Jupyter extension didn't help.
What worked for me were the following versions of Jupyter and Python extensions:
| Extension | Version |
|---|---|
| Jupyter | 2025.7.0 |
| Jupyter Cell Tags | 0.1.9 |
| Jupyter Keymap | 1.1.2 |
| Jupyter Notebook Renderers | 1.3.0 |
| Jupyter Slide Show | 0.1.6 |
| Pylance | 2025.7.1 |
| Python | 2025.7.1 |
| Python Debugger | 2025.10.0 |
| Python Environments | 1.2.0 |
I hope that list helps anyone encountering the problem in the future. It surely would have saved me quite some time.
Answer from jullrich on Stack OverflowJupyter Extension activation failed.
Updating to 1.67.1 causes Jupyter to no longer be able to open.
Extension Activation Failed
Extension activation failed on TypeError
I just had the same issue but downgrading only the Jupyter extension didn't help.
What worked for me were the following versions of Jupyter and Python extensions:
| Extension | Version |
|---|---|
| Jupyter | 2025.7.0 |
| Jupyter Cell Tags | 0.1.9 |
| Jupyter Keymap | 1.1.2 |
| Jupyter Notebook Renderers | 1.3.0 |
| Jupyter Slide Show | 0.1.6 |
| Pylance | 2025.7.1 |
| Python | 2025.7.1 |
| Python Debugger | 2025.10.0 |
| Python Environments | 1.2.0 |
I hope that list helps anyone encountering the problem in the future. It surely would have saved me quite some time.
Updating both my vscode and jupyter version fixed it for me! seems to have been a temporary version incompatibility
Hi there,
I use Jupyter notebooks in vscode (with the code package). I used to deal with the official Microsoft package which seemed outdated (alert of a new version available always popping) so I decided to try the unofficial one.
Here is my problem: even with the extension installed, I can't use any ipynb file. I can see the cells, but not execute them...
Here is the error: "Extension activation failed, run the 'Developer: Toggle Developer Tools' command for more information."
Thank you very much.
ABOUT:
Version: 1.62.0
Commit: b3318bc0524af3d74034b8bb8a64df0ccf35549a
Date: 2021-11-07T19:37:13.664Z
Electron: 13.6.2
ERROR:
electron/js2c/renderer_init.js:113 Electron Security Warning (Insecure Content-Security-Policy This renderer process has either no Content Security)
Policy set or a policy with "unsafe-eval" enabled. This exposes users of
this app to unnecessary security risks.
For more information and help, consult
https://electronjs.org/docs/tutorial/security.
This warning will not show up
once the app is packaged.
(anonymous @ electron/js2c/renderer_init.js:113)
log.ts:289 INFO Starting extension host with pid 6798.
log.ts:289 INFO [LocalProcessExtensionHost]: IExtensionHostStarter.start( took 51 ms.)
abstractExtensionService.ts:1151 Extension 'ms-python.python cannot use PROPOSED API (must started out of dev or enabled via --enable-proposed-api)
updateEnableProposedApi @ abstractExtensionService.ts:1151
abstractExtensionService.ts:1151 Extension 'ms-toolsai.jupyter cannot use PROPOSED API (must started out of dev or enabled via --enable-proposed-api)
updateEnableProposedApi @ abstractExtensionService.ts:1151
abstractExtensionService.ts:918 [ms-toolsai.jupyter]: interactive/toolbar is a proposed menu identifier and is only available when running out of dev or with the following command line switch: --enable-proposed-api ms-toolsai.jupyter
_logMessageInConsole @ abstractExtensionService.ts:918
abstractExtensionService.ts:918 [ms-toolsai.jupyter]: interactive/cell/title is a proposed menu identifier and is only available when running out of dev or with the following command line switch: --enable-proposed-api ms-toolsai.jupyter
_logMessageInConsole @ abstractExtensionService.ts:918
log.ts:301 ERR [Extension Host] (node:6798 [DEP0005] DeprecationWarning: Buffer( is deprecated due to security and usability issues. Please use the Buffer.alloc(, Buffer.allocUnsafe(), or Buffer.from() methods instead.)))
(Use \electron --trace-deprecation ...` to show where the warning was created)`
console.ts:137 [Extension Host] (node:6798 [DEP0005] DeprecationWarning: Buffer( is deprecated due to security and usability issues. Please use the Buffer.alloc(, Buffer.allocUnsafe(), or Buffer.from() methods instead.(Use \electron --trace-deprecation ...` to show where the warning was created))))`
E @ console.ts:137
loader.js:1 Failed to load resource: the server responded with a status of 404 ()
2console.ts:137 [Extension Host] No editors associated with document: /home/elyur/Python/s5/Projet1/samplingasine_2021.ipynb
E @ console.ts:137
notificationsAlerts.ts:42 Extension activation failed, run the 'Developer: Toggle Developer Tools' command for more information.
onDidChangeNotification @ notificationsAlerts.ts:42
log.ts:301 ERR [Extension Host] extension activation failed Error: [ms-toolsai.jupyter]: Proposed API is only available when running out of dev or with the following command line switch: --enable-proposed-api ms-toolsai.jupyter
at S (/usr/lib/code/out/vs/workbench/services/extensions/node/extensionHostProcess.js:94:81081)
at w (/usr/lib/code/out/vs/workbench/services/extensions/node/extensionHostProcess.js:94:81028)
at Object.onDidChangeCellMetadata (/usr/lib/code/out/vs/workbench/services/extensions/node/extensionHostProcess.js:103:41477)
at u.addEventHandlers (/home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:52:570428)
at new u (/home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:52:569096)
at Object.t.resolveInstance (/home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:52:269067)
at /home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:52:268272
at Array.map (<anonymous>)
at Object.t.resolveInstance (/home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:52:268837)
at /home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:52:268272
at /home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:52:267220
at Array.map (<anonymous>)
at /home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:52:267192
at Array.map (<anonymous>)
at Object.t.resolveInstance (/home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:52:268837)
at /home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:52:268272
at Object.t.resolve (/home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:52:268535)
at /home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:52:259632
at e._get (/home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:52:259398)
at e.get (/home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:52:258110)
at a.get (/home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:90:383850)
at /home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:52:246955
at processTicksAndRejections (internal/process/task_queues.js:93:5)
at async /home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:37:734295
at async t.activate (/home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:37:733982)
at async Promise.all (index 0)
console.ts:137 [Extension Host] extension activation failed Error: [ms-toolsai.jupyter]: Proposed API is only available when running out of dev or with the following command line switch: --enable-proposed-api ms-toolsai.jupyter
at S (/usr/lib/code/out/vs/workbench/services/extensions/node/extensionHostProcess.js:94:81081)
at w (/usr/lib/code/out/vs/workbench/services/extensions/node/extensionHostProcess.js:94:81028)
at Object.onDidChangeCellMetadata (/usr/lib/code/out/vs/workbench/services/extensions/node/extensionHostProcess.js:103:41477)
at u.addEventHandlers (/home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:52:570428)
at new u (/home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:52:569096)
at Object.t.resolveInstance (/home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:52:269067)
at /home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:52:268272
at Array.map (<anonymous>)
at Object.t.resolveInstance (/home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:52:268837)
at /home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:52:268272
at /home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:52:267220
at Array.map (<anonymous>)
at /home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:52:267192
at Array.map (<anonymous>)
at Object.t.resolveInstance (/home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:52:268837)
at /home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:52:268272
at Object.t.resolve (/home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:52:268535)
at /home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:52:259632
at e._get (/home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:52:259398)
at e.get (/home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:52:258110)
at a.get (/home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:90:383850)
at /home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:52:246955
at processTicksAndRejections (internal/process/task_queues.js:93:5)
at async /home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:37:734295
at async t.activate (/home/elyur/.vscode-oss/extensions/ms-toolsai.jupyter-2021.10.100/out/client/extension.js:37:733982)
at async Promise.all (index 0)
E @ console.ts:137
10console.ts:137 [Extension Host] No editors associated with document: /home/elyur/Python/s5/Projet1/samplingasine_2021.ipynb