- Running
julia --project build.jlwill- Create a
Notebooks/directory - Course content in
Courses/will get converted to notebook (if.jlfile) or get directly copied. - A specific course can be built by giving it as an argument, e.g.
julia --project build.jl SomeCourse.
- Create a
- If you're using Plots + GR, add
ENV["GKSwstype"] = "100" #srcto your .jl file.