Anaconda Cheat Sheet
https://docs.conda.io/projects/conda/en/4.6.0/_downloads/52a95608c49671267e40c689e0bc00ca/conda-cheatsheet.pdf
Update
If you wanted to update you will type
conda update python
To update anaconda type
conda update anaconda
Anaconda Cheat Sheet
https://docs.conda.io/projects/conda/en/4.6.0/_downloads/52a95608c49671267e40c689e0bc00ca/conda-cheatsheet.pdf
Update
If you wanted to update you will type
conda update python
To update anaconda type
conda update anaconda
Python 3.5 Version for 64 bit or 32 bit. Right Click on “My Computer” and go to PropertiesAnaconda Prompt and open it#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