Using VS Code with Anaconda - Virtual Environments

 If you create a Python environment in Anaconda using the commands previously outlined here, you can use that in Visual Studio Code. While not very intuitive, it is pretty easy to do.

In VS Code:

  1. Press Shift + CTRL + P to activate the search window at the top of the screen.
  2. Search Select Interpreter from the list that appears.
  3. Then in the Select Interpreter list, choose the environment you set up previously.
  4. All set!


If you would like to use Jupyter Notebooks in VS Code, install  the Jupyter extension from Microsoft and be sure to include this command in your Conda environment setup:

conda install ipykernel 

Comments

Popular posts from this blog

Connections in Music Data

Spreadsheets Aren't the Solution to Everything