Lab 01

CEVE 543 Fall 2023

Author

Your name here (your netID here)

Date Submitted

Thu., Dec. 7

Setup

Do not modify this section!

Running Code

We can use Quarto to run Julia code in-line

println("I'm using Julia!")
I'm using Julia!

Rendering the Document

Now, verify that you can render the document in HTML:

  1. Open the command palette (Cmd+Shift+P on macOS, Ctrl+Shift+P on Windows/Linux)
  2. Type “Quarto: Render Document”
  3. A web browser should open with the rendered document

Check the box (replace the space with an x) to confirm that this worked

  • this worked for me
  • this did not work for me (specify the error below)