This repo contains my notes for teaching julia in a workshop format.
- Install Julia by downloading it from https://julialang.org/downloads/
- Install an editor such as Visual Studio Code, Juno, or Vim
- Install jupyter notebooks with
using Pkg
Pkg.add("IJulia")
using IJulia
notebook(dir=".")
- Clone this repo
git clone