Anaconda#

  • 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).

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

Jupyter Lab & Notebooks#

  • 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.