Link Search Menu Expand Document

GC-TCD Prelab


Table of Contents
  1. Create a Lab Notebook

Create a Lab Notebook

[Creating a lab notebook video]

  1. Create a new directory (folder) for your project.

    Suggested path: /Documents/lab-notebooks/lab-2/

  2. Open Julia:

    • Windows: Search for Julia in the Start Menu
    • Mac: Search for Julia in Spotlight (Cmd + Space, then type in Julia)
    • Linux: Open a terminal and type julia.
  3. Start Pluto by typing import Pluto; Pluto.run() into the Julia prompt.

  4. Open the template notebook by pasting the following link into the Open from file box in Pluto where it says “Enter path or URL…” and clicking Open.

  5. Save the notebooks by clicking Save notebook… at the top of the page and typing in (or copy/pasting) the file path from step 1 above. The final portion of the path should be the name of your Julia (.jl) file.

    Suggested path and file name: /Documents/lab-notebooks/lab-2/lab-2.jl