Activating Anaconda Environment in VsCode
https://stackoverflow.com/questions/43351596/activating-anaconda-environment-in-vscode
Simply use
cmd + shift + P (ctrl + shift + P for MS Windows)
Search Select Interpreter
Select it and it will show you the list of your virtual environment created via conda and other python
versions
select the environment and you are ready to go.