You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interactive Window and/or Cell Scripts (.py files with #%% markers)
What happened?
OS Windows.
TypeScript raw kernel tslab v1.0.22 installed globally over npm.
An exception "spawn EINVAL" occurs when trying to start this kernel.
A search revealed that it's because of this security patch in NodeJS april-2024-security-releases-2.
It is also mentioned here electron-30-update.
When spawning files *.bat and *.cmd on Windows now need to pass an additional { shell: true } option to the spawn function.
Applies To
What happened?
OS Windows.
TypeScript raw kernel tslab v1.0.22 installed globally over npm.
An exception "spawn EINVAL" occurs when trying to start this kernel.
A search revealed that it's because of this security patch in NodeJS april-2024-security-releases-2.
It is also mentioned here electron-30-update.
When spawning files *.bat and *.cmd on Windows now need to pass an additional
{ shell: true }
option to the spawn function.VS Code Version
Version: 1.98.0-insider (system setup) Commit: 6609ac3d66f4eade5cf376d1cb76f13985724bcb Date: 2025-03-04T19:22:25.096Z Electron: 34.2.0 ElectronBuildId: 11044223 Chromium: 132.0.6834.196 Node.js: 20.18.2 V8: 13.2.152.36-electron.0 OS: Windows_NT x64 10.0.19045
Jupyter Extension Version
2025.2.2025021801
Jupyter logs
Coding Language and Runtime Version
TypeScript via tslab raw kernel v1.0.22 (NodeJS v23.10)
Language Extension Version (if applicable)
No response
Anaconda Version (if applicable)
No response
Running Jupyter locally or remotely?
Local
The text was updated successfully, but these errors were encountered: