How to Install Anaconda Python for Machine Learning [Jupyter Notebook]

Install Anaconda Python for Machine Learning:

(1) This blog will teach how to download and install Anaconda Python for Machine Learning on Windows. Note: Python is inbuilt in Anaconda.

(2) Go to your browser and type in the search bar “Download Anaconda” as shown below. or You can also directly go to the official website by clicking here Anaconda Distribution.

anaconda distribution - How to Install Anaconda Python for Machine Learning [Jupyter Notebook]

(3) After that click on the Anaconda Distribution Download button for windows. OR you can also download it from the bottom of the page as shown below.

Anaconda Distribution Download button - How to Install Anaconda Python for Machine Learning [Jupyter Notebook]

OR

anaconda installers - How to Install Anaconda Python for Machine Learning [Jupyter Notebook]

(4) Now the Anaconda is downloaded. Go to the folder where it is downloaded.

anaconda software is downloaded - How to Install Anaconda Python for Machine Learning [Jupyter Notebook]

(5) Now double-click on the Anaconda software. The computer asks “Do you want to allow this app to make changes to your device?” Click on Yes. Then below interface opens and click on the Next button as shown below.

anaconda setup - How to Install Anaconda Python for Machine Learning [Jupyter Notebook]

(6) Now click on the I Agree button to accept the License Agreement.

anaconda License Agreement - How to Install Anaconda Python for Machine Learning [Jupyter Notebook]

(7) In the Select Installation Type window, select the Just Me option and press the Next button.

Select Installation Type in Anaconda - How to Install Anaconda Python for Machine Learning [Jupyter Notebook]

(8) In Choose Install Location window, you see the Destination Folder option where you want to install it. I will remain it default and press the Next button.

anaconda destination folder - How to Install Anaconda Python for Machine Learning [Jupyter Notebook]

(9) Now select the second option, and click on the Install button.

install anaconda software - How to Install Anaconda Python for Machine Learning [Jupyter Notebook]

(10) Now the installation began as shown below. Installation takes around 10-15 minutes.

anaconda installation began - How to Install Anaconda Python for Machine Learning [Jupyter Notebook]

(11) Once the installation gets complete, click on the Next button.

Anaconda Installation Complete - How to Install Anaconda Python for Machine Learning [Jupyter Notebook]

(12) Again press the Next button.

anaconda install complete - How to Install Anaconda Python for Machine Learning [Jupyter Notebook]

(13) Tick the checkbox if you want to learn more about Anaconda and then click on the Finish button.

anaconda installation finish - How to Install Anaconda Python for Machine Learning [Jupyter Notebook]

(14) In the windows search bar type Anaconda Prompt and open it.

Anaconda Prompt - How to Install Anaconda Python for Machine Learning [Jupyter Notebook]

(15) In order to check the Python version, write the following command in Anaconda Prompt.

anaconda check python version - How to Install Anaconda Python for Machine Learning [Jupyter Notebook]

(16) If you want to get Anaconda Information, write the following command in Anaconda Prompt.

conda info command - How to Install Anaconda Python for Machine Learning [Jupyter Notebook]

(17) In Anaconda Prompt, write jupyter notebook command to open it. Your jupyter notebook opens in the web browser as shown below. If you have installed more than one browser, then the system asks you in which browser you have to open it.

jupyter notebook command - How to Install Anaconda Python for Machine Learning [Jupyter Notebook]
jupyter open in browser - How to Install Anaconda Python for Machine Learning [Jupyter Notebook]

(18) Jupyter Notebook provides the option to create a new Python file. You can also create a new text file, folder, and terminal as shown below.

jupyter notebook create new file - How to Install Anaconda Python for Machine Learning [Jupyter Notebook]

(19) You can also rename or move or delete the file or folder by selecting it as shown below.

rename or move or delete in jupyter - How to Install Anaconda Python for Machine Learning [Jupyter Notebook]

(20) When we click on the New button on the right side, the drop-down list opens as shown in step 18. You can create a new Python file by simply clicking on the Python option. After that, a new browser tab opens. Click on the Untitled field and rename it.

rename python file in jupyter - How to Install Anaconda Python for Machine Learning [Jupyter Notebook]

(21) New Python File is renamed as shown below.

python file in jupyter renamed - How to Install Anaconda Python for Machine Learning [Jupyter Notebook]

Install Java on Windows
How to Install Eclipse For Java on Windows
Install Python on Windows
How to Install PyCharm For Python on Windows
How to Create a Program in Python (Using IDLE & Notepad)
Programming Languages
Procedure-Oriented Programming
Modular Programming

Create Table in MySQL
MySQL Insert Query (Single Row and Multiple Row)
MySQL Select Query with Where Clause
Read More About Anaconda (Python distribution)– Wikipedia

Comments (No)

Leave a Reply