Install Plotly and Pandas via Anaconda

Unit 2 > Installation


Installation instructions for Mac-OSX

 

Note: Windows users, see the instructions for Windows below

  1. Go to https://www.anaconda.com/products/individual#macos, then scroll down near the bottom, and install the Python 64-Bit Graphical installer. This installs software to help you install Anaconda.

  2. Verify your installation by pressing Command+Space and typing ‘Anaconda’ in Spotlight. If you see Anaconda-Navigator as shown below, you have installed it.

  3. Now continue with Spotlight, open Anaconda Navigator and click on the environments tab on the left hand side.

  4. Click on the environment that says "base (root)" and in the top center of the screen on the drop down menu, select "All" instead of "Installed".

  5. In the "Search Packages" bar, type in "pandas". Select the checkbox next to the “pandas” package and click "Apply" in the bottom left corner of the interface.
    NOTE: If you cannot find plotly, pandas, or networkx packages, click "Update index".

  6. Repeat steps 4 and 5, but this time instead of "pandas", install the "plotly" package.

  7. Repeat steps 4 and 5, and install the "networkx" package.
 


Installation instructions for Windows

 

  1. Go to https://www.anaconda.com/products/individual#macos, then scroll down near the bottom, and install the Python 64-Bit Graphical installer. This installs software to help you install Anaconda.

  2. For "Select Installation Type" install for "Just Me" (recommended).

  3. Choose a destination folder to install Anaconda in. Our recommendation is to install it in C:\Users\YourName\anaconda3.

  4. Under "Advanced Installation Options" choose "Register Anaconda3 as my default Python 3.8" only.

  5. Now open Anaconda Navigator and click on the environments tab on the left hand side.

  6. Click on the environment that says "base (root)" and in the top center of the screen on the drop down menu, select "All" instead of "Installed."

  7. In the "Search Packages" bar, type in "pandas". Select the checkbox next to the "pandas" package and click "Apply" in the bottom left corner of the interface.

  8. Repeat steps 6 and 7, but this time instead of "pandas", install "plotly".

  9. Repeat steps 6 and 7, and install the "networkx" package.