Skip to Main Content
MacOS
Install
- Open https://www.anaconda.com/download/success with your web browser.
- Download the installer that is appropriate for your hardware ("Intel" or "Apple Silicon"). You can determine which hardware your Mac uses by going to the Apple menu and selecting "About this Mac."
- Launch the Anaconda installer. Accept the defaults until you reach the Destination Select step.
- When you reach Destination Select, choose "Install on a specific disk"
- Select your computer's disk. This is most likely called "Macintosh HD"
- Click the Choose Folder button
- A Finder window will open. Navigate to your Home folder (this is the folder labeled with your user name). You can find it under Macintosh HD > Users. Select the folder and click Choose
- Continue with the installation. It may take 5-10 minutes, depending on your hardware.
- If the Terminal application is running, shut it down by going to the "Terminal" menu and selecting "Shut down Terminal".
Verify your installation
- Launch the Anaconda Navigator application
- In the Jupyter Lab section, click the Launch button
- Jupyter Lab should open a new tab in your web browser. Visit the tab, and under the Notebook heading, click Python 3
- A new notebook titled "Untitled.ipynb" should appear
Windows
Install
- Open https://www.anaconda.com/download/success with your web browser.
- Download the installer.
- Install Python 3 by running the Anaconda Installer. If the installer gives you the option to install for "Just Me" (instead of "All Users"), select "Just Me." Otherwise, follow the suggested defaults. The installation may take 5-10 minutes, depending on your hardware.
Verify your installation
- Launch the Anaconda Navigator application
- In the Jupyter Lab section, click the Launch button
- Jupyter Lab should open a new tab in your web browser. Visit the tab, and under the Notebook heading, click Python 3
- A new notebook titled "Untitled.ipynb" should appear
Linux
Install
- Open https://www.anaconda.com/download/success with your web browser.
- Download the 64-Bit (x86) Installer for Linux.
- Follow the Linux installation instructions at https://docs.anaconda.com/anaconda/install/ . Installing Anaconda on Linux requires using the shell. If you aren't comfortable doing the installation yourself, stop here and request help at the workshop.
Verify your installation
- Launch the Anaconda Navigator application
- In the Jupyter Lab section, click the Launch button
- Jupyter Lab should open a new tab in your web browser. Visit the tab, and under the Notebook heading, click Python 3
- A new notebook titled "Untitled.ipynb" should appear