You are not logged in.
Pages: 1
Hi all,
I am trying to use jupyter for python with vscode.
I followed all steps and repeated them (install the relative plugins) but when I try to select the kernel, vscode does not find anything.
Did someone have any ideas?
Thanks
Offline
Same problem. Sorry for literally being the meme where the other guy highfive a drowning person. Will update if i find a solution
Offline
I had the same problem.
My current practice is to start code with flags:
code --enable-proposed-api ms-toolsai.jupyter --enable-proposed-api ms-python.python
For code terminal, you have to source the environment (use the path of your venv).
source ~/venv/bin/activate Now you should be able to create an environment and start your code. ![]()
Greetings
Last edited by Schlunze (2025-05-30 11:28:07)
Offline
Pages: 1