Quick Start

If you’re impatient and just want to get going, follow these instructions.

  1. Download and run the Python 3.7 installer for your computer from Anaconda.com. Install for the current user only, which does not require administrator permissions.

  2. Open “Anaconda Prompt” (Windows) or the Terminal (Linux/MacOS) and enter this command to set up a working environment to use with this tutorial:

    conda env create camsys/tt
    
  3. Open “Anaconda Prompt” (Windows) or the Terminal (Linux/MacOS) and enter this commands to start up Jupyter Lab:

    conda activate tt && jupyter lab
    

Only Step 3 is required for subsequent sessions on the same computer.