Let's Learn How you can Install Anaconda , a Powerful package manager On You mac :
This Article will Include :
- How to install Anaconda using graphical installer
- How to run python code on Juypter Notebook
Graphical Installation of Anaconda :
- Go to the official Anaconda Website Click Download then choose a python 3.8x Graphical Installer , Download it


2. Once You complete downloaded, Locate Your downloaded file and double click it

3. Click on Continue

4. Again Click on Continue

5. Click on Continue to get the License Agreement to appear.

6. Click On install

- You’ll be prompted to give your password, which is usually the one that you also use to unlock your Mac when you start it up. After you enter your password, click on Install Software.
7. You can install Pycharm , if You like (Optional)

9. You should get a screen saying the installation has completed. Close the installer

How to Open Jupyter Notebook ? 🤔
Don't worry follow these Few Steps
1 . Locate Anaconda Navigator on Your Mac ; Double Click It

2. After That Launch the Jupyter Notebook as shown Below :

3. It will open Jupyter Notebook on your default Browser :

How to Run Python Code ?
- Navigate to New > Python 3

2. Then It's Creates a New Jupyter Notebook

4. You can Type Python Script / Code on Jypter Cell then click Run ( shift + Enter )


Congrats 🤩 !! You have installed anaconda and learnt how to run Python code In Jupyter Notebook