Steps to Install Anaconda :
- Go to Download Anaconda
- Based on your Operating System Click on Windows or Mac or Linux Symbol
- Download
Python 3.5 Version
for 64 bit or 32 bit. Right Click on “My Computer” and go to Properties
Steps to Configure Anaconda:
- Search for
Anaconda Prompt
and open it
- Type the below commands to update conda and Jupyter
conda update conda
conda update jupyter
conda install numpy
conda install pandas
conda install statsmodels
conda install matplotlib
conda install seaborn
jupyter notebook
start spyder
Jupyter notebook can run R Codes also
conda install -c r r-essentials
No comments:
Post a Comment