Installing Python#

Anaconda (One way to install Python)#

  • Rather then installing the components separately (Python and associated materials), for this workshop we will use Anaconda Navigator, which is an all in one installer

Download & Setup

  • After installation, open Anaconda Navigator. To start Anaconda, locate and open Anaconda Navigator from your system’s application menu or by searching for it in the Start menu (Windows) or Launchpad (macOS).

  • Python Environment Setup (Anaconda) with walkthrough and images.

Note:

  • you can also use the Anaconda Prompt (Windows) or Terminal (macOS/Linux) to interact with Anaconda through the command line

  • Python from the terminal

Miniforge (Another way to install Python)#

Jupyter Lab & Notebooks#

  • Now, after installing Python, run or install & launch Jupyter Lab. Once Jupyter Lab is open, you can now run Jupyter notebooks are documents that contain both computer code (like Python) alongside explanatory images, figures, videos, and links. Most importantly, the code in a Jupyter notebook can be executed, modified, and deleted.

  • Open Jupyter Lab from Anaconda Navigator Open Jupyter Lab

  • Many tutorial sites use these notebooks, so becoming familiar with how to launch and use them is a useful skill.

Note: