GC-TCD Prelab
Table of Contents
Create a Lab Notebook
[Creating a lab notebook video]
-
Create a new directory (folder) for your project.
Suggested path:
/Documents/lab-notebooks/lab-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
.
-
Start Pluto by typing
import Pluto; Pluto.run()
into the Julia prompt. -
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.
-
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