You are not logged in.

#1 2023-07-29 16:25:00

eugeniob
Member
Registered: 2023-07-01
Posts: 10

jupyter with VSCODE for python

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

#2 2024-07-08 03:43:35

PoutineErable
Member
Registered: 2024-07-08
Posts: 6

Re: jupyter with VSCODE for python

Same problem. Sorry for literally being the meme where the other guy highfive a drowning person. Will update if i find a solution

Offline

#3 2025-05-30 10:48:46

Schlunze
Member
Registered: 2013-10-03
Posts: 54

Re: jupyter with VSCODE for python

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. smile

Greetings

Last edited by Schlunze (2025-05-30 11:28:07)

Offline

Board footer

Powered by FluxBB