Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

JuliaAcademy/JuliaAcademyMaterials

Repository files navigation

Source files for Julia Academy Notebooks

  • Running julia --project build.jl will
    1. Create a Notebooks/ directory
    2. Course content in Courses/ will get converted to notebook (if .jl file) or get directly copied.
    3. A specific course can be built by giving it as an argument, e.g. julia --project build.jl SomeCourse.

Tips

  • If you're using Plots + GR, add ENV["GKSwstype"] = "100" #src to your .jl file.