Open the settings. json file with the Preferences: Open User Settings (JSON) command in the Command Palette (Ctrl+Shift+P)
In settings.json
"terminal.integrated.defaultProfile.windows": "Command Prompt", "python.terminal.activateEnvironment": true, "python.condaPath": "C:\\your-path-here\\miniconda3\\_conda.exe"
Now when you switch Python: Select Interpreter in the Command Palette (Ctrl+Shift+P)
![](https://static.wixstatic.com/media/cf2f6d_cb6461e644354c01b7bce9e0db342e39~mv2.png/v1/fill/w_886,h_184,al_c,q_85,enc_auto/cf2f6d_cb6461e644354c01b7bce9e0db342e39~mv2.png)
you will see conda environment activated in your terminal window
![](https://static.wixstatic.com/media/cf2f6d_f55c74b1dd3445208d49fe0b9c04e0f9~mv2.png/v1/fill/w_980,h_169,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/cf2f6d_f55c74b1dd3445208d49fe0b9c04e0f9~mv2.png)
To active environment in your Jupiter Notebook connect to a remote Jupyter server
![](https://static.wixstatic.com/media/cf2f6d_8c5a533cd4ea464c935364a1efac2132~mv2.png/v1/fill/w_980,h_189,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/cf2f6d_8c5a533cd4ea464c935364a1efac2132~mv2.png)
Comments