Install Anaconda

Download Anaconda Individual Edition from the following link: https://www.anaconda.com/products/individual
Follow the steps in the installer.

Launch Anaconda
If prompted to update Anaconda, CHOOSE NO

Create a Working Environment

Create new Environment

A few anaconda packages require Python 3.8 in order to function properly. By default, new installations of Anaconda come with Python 3.12.

  1. To create a new Python environment, open Anaconda Navigator and select “Environments” on the left
  2. Click the “Update Index…” button
  3. Once that finishes updating, click “Create” down near the bottom
  4. Name your environment, and select Python 3.8 as your python version.
    Select Python version in Anaconda Navigator
  5. Once created, you will need to install your packages

Install Packages

  1. From the “Environments” screen, make sure you have MISY408 selected. In the list of packages to the right, change the dropdown menu from “Installed” to “Not Installed”

  2. Begin searching for your packages, using the “Search Packages” tool on the right. To select the package, click the checkbox by its name.
    Package selection screen in Anaconda navigator
    • You’ll need to search for:
      • pydotplus
      • tensorflow
      • keras
      • matplotlib
      • numpy
      • pandas
      • scikit-learn
      • scipy
      • seaborn
      • statsmodels
      • six
      • chardet
      • cchardet
  3. Once you have all these packages selected, click the “Apply” button and wait for the install packages dialog to finish “Solving” the specifications
  4. Anaconda should install them. You can verify that they have been installed by searching the “Installed” list to see that they are there.
    • If they are not available, ensure that you have enough drive space on your computer.
  5. Once installed, go to the “Home” tab on the left side of Anaconda Navigator
  6. Ensure that the MISY408 environment is selected from the dropdown
    The application menu under "home" on Anaconda navigator.
  7. Under JupyterLab, click “Install” 

Using your Working Environment

  1. Launch Anaconda Navigator
  2. Once you have that launched, ensure that the dropdown beside “Applications on” is set on the environment you created. (It will often default to “base” which may not have everything you need)
  3. Launch Jupyter or any other apps you may need as normal.

Uninstall Anaconda

Failing all else, if your Anaconda installation is completely non-operable, you may need to uninstall Anaconda before reinstalling it.

Windows

  1. Exit Anaconda Navigator
  2. Once closed, open the Anaconda Prompt app from the Start menu
  3. Run the following commands: conda install anaconda-clean anaconda-clean –yes
  4. When this completes, close the Anaconda Prompt
  5. From the start menu, search for Apps & Features
  6. In the list of installed applications, search for Anaconda
  7. Once located, follow the steps to uninstall Anaconda Navigator

MacOS

  1. Close Anaconda Navigator (Make sure to go to File -> Exit in your menu)
  2. Open the Terminal app.
  3. In terminal, type these two commands:
    mv ~/.bash_profile ~/bash_profile_bkp
    touch ~/.bash_profile
  4. Now, install and run the Anaconda clean package with these two commands (be sure to follow the prompts for these): conda install anaconda-clean anaconda-clean --yes
  5. Close the Terminal app.
  6. Open Finder and go to the “Go” Menu
  7. Click “Go to Folder” and type: ~
  8. Hit Enter
  9. Once there, move these folders (if they are visible) to the trash: opt anaconda3