env not found in kernel picker on vs code

If you are testing the *.ipynb files using vs code, after you create a new env with conda:

$ conda create -n <your_name> 

you will notice that you can NOT find env name you just created. Installing ipykernel will help you address this issue

$ conda install ipykernel 

No comments:

Post a Comment