Skip to content

Latest commit

 

History

History
executable file
·
27 lines (21 loc) · 2.05 KB

setup.md

File metadata and controls

executable file
·
27 lines (21 loc) · 2.05 KB
title
Setup

Pre-workshop setup steps

  1. Install the following software (all instructions are below).
    • For online workshop only: Zoom (make sure you have the latest version)
    • A Unix shell (e.g. zsh, bash)
    • git
    • Anaconda which is a Python distribution bundled with common scientific packages and other popular tools.
  2. Create a GitHub account if you do not already have one. You'll need to know the email associated with your account during the git lesson of the workshop.
  3. After you have installed everything above, download un-report.zip. You'll need the files included during the workshop.
    1. Move un-report.zip to your Desktop and unzip it (usually double-clicking it will work).
    2. Launch JupyterLab (see the Python instruction below.)
    3. Once JupyterLab is opened in your web browser, in the left file browser, go to your Desktop/, un-report/ folder and double-click the file check_setup.ipynb to open it in JupyterLab.
    4. In the toolbar at the top of the notebook, click the run button (▶). This will print out the versions of your Python and a few libraries that we will be using in this workshop.
    5. Take a screenshot of your JupyterLab window and send the screenshot to the lead instructor. If everything worked, they'll give you the workshop location (or Zoom meeting ID). Otherwise, they'll help you get everything setup correctly before giving you the information. Please note since you are taking a screenshot of your browser window, make sure the screenshot do not contain any sensitive information that you do not wish to share.

If at any point you get stuck or run into problems, please don't hesitate to ask us for help!

Software Installation Instructions

{% include install_instructions/videoconferencing.html %}

{% include swc/setup.html %}