Lab 1: Setup & Hello World

Julia Installation, GitHub Classroom Workflow, and Quarto Basics

Author

CEVE 543 Fall 2025

Published

Fri., Aug. 29

1 Objectives

  1. Ensure fully functional software environment
  2. Establish reproducible analysis workflow

2 Before

Instructions

Do this before the lab date so that lab itself can go more smoothly.

3 Background and Reading

4 Tasks

Modify the code section below to address the following tasks.

  1. Set up Julia environment and verify installation
  2. Complete GitHub Classroom workflow setup
  3. Create and render a basic Quarto document
  4. Test the complete workflow from GitHub to rendered output

5 Code