Steps to Install Anaconda :

  1. Go to Download Anaconda
  2. Based on your Operating System Click on WindowS or Mac or Linux Symbol
  3. Download Python 3.5 Version for 64 bit or 32 bit. Right Click on “My Computer” and go to Properties

Steps to Configure Anaconda:

  1. Search for Anaconda Prompt and open it
  2. Type the below commands to update conda and Jupyter
#Update conda
conda update conda

#Update Jupyter
conda update jupyter

#install packages
conda install numpy
conda install pandas
conda install statsmodels

conda install matplotlib
conda install seaborn


#To Open Jupyter notebook from Anaconda Prompt, type
jupyter notebook

#To Open Spyder from Anaconda Prompt, type
start Spyder

Jupyter notebook can run R Codes also

conda install -c r r-essentials

Anaconda Navigator

Using jupyter notebook online

Usefull Links :

THANK YOU