- Running
julia --project build.jl
will- Create a
Notebooks/
directory - Course content in
Courses/
will get converted to notebook (if.jl
file) 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" #src
to your .jl file.