JuliaAcademyMaterials
JuliaAcademyMaterials copied to clipboard
Assets and Infrastructure for JuliaAcademy.com
Source files for Julia Academy Notebooks
- 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
Tips
- If you're using Plots + GR, add
ENV["GKSwstype"] = "100" #srcto your .jl file.