Installing Anaconda Python Environment
Downloading Installer Files:
Go to https://www.anaconda.com/products/individual and scroll down to the Anaconda
Installers section and download the installer package relevant to your OS
Installation on Windows:
Follow the official documentation here to install Anaconda on Windows
https://docs.anaconda.com/anaconda/install/windows/
Installation on Linux:
Follow the official documentation here to install Anaconda on Linux OS
https://docs.anaconda.com/anaconda/install/linux/
Installation on MacOS:
Follow the official documentation here to install Anaconda on MacOS
https://docs.anaconda.com/anaconda/install/mac-os/
Installation Of VSCode
Download and Install:
● Download the VSCode installer from the link below:
○ https://code.visualstudio.com/download
● Install the VSCode Editor/IDE application by following the official documentation below:
○ https://code.visualstudio.com/docs/setup/setup-overview
Adding Terminal to VSCode:
● Open a Terminal in VSCode by clicking on View dropdown in the nav bar and clicking on
Integrated Terminal option. (Windows & Linux users can use the Keyboard shortcut:
Ctrl + ` )
Initialize conda from VS Code on Windows
● Click on the Terminal option from the navigation bar of VS Code
● VS Code opens a terminal window in the bottom section
● Run command conda init
Opening IPython in the VSCode Terminal
● The command line terminal in VSCode is exactly the same as your own terminal.
● Type ipython in your VSCode terminal