Closed zacps closed 3 days ago
This only occurs if the Python extension is set to run in a separate extension host process via extensions.experimental.affinity.
This is by design, closing as this is by design. Both need to run in the same extension host process (as the API from one extension is being used in another).
Applies To
What happened?
Copy of #15783 with new information.
Created a new notebook, and attempted to select a kernel and run a cell.
The kernel picker shows no options under Python environments, and running a cell shows:
This only occurs if the Python extension is set to run in a separate extension host process via
extensions.experimental.affinity
.VS Code Version
Version: 1.90.2 Commit: 5437499feb04f7a586f677b155b039bc2b3669eb Date: 2024-06-18T22:33:48.698Z Electron: 29.4.0 ElectronBuildId: 9728852 Chromium: 122.0.6261.156 Node.js: 20.9.0 V8: 12.2.281.27-electron.0 OS: Linux x64 6.5.0-41-generic snap
Jupyter Extension Version
v2024.5.0
Jupyter logs
Coding Language and Runtime Version
Python 3.10.12
Language Extension Version (if applicable)
v2024.8.1
Anaconda Version (if applicable)
No response
Running Jupyter locally or remotely?
Local