Problem with VScode conda enviroment when trying to run code on interactive window

Press: Ctrl + shit + p

Click on: “pytthon: Select Interpreter”

Scroll de sreen and chose the your conda intepreter

In terminal:

conda activate “your_enviroment_name”

conda install -c conda-forge jupyterlab

conda install ipykernel — update-deps — force-reinstall

--

--