i am trying to use jupyter notebooks from vs code and installed jupyter notebook extension and i am using (base)conda environment for execution. while this happened
Erro
just fix this by add
"python.terminal.activateEnvironment": false,
to settings.json
hopes this help.