An open API service indexing awesome lists of open source software.

https://github.com/juliacomputing/jsc-training


https://github.com/juliacomputing/jsc-training

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

[![Build Status](https://dev.azure.com/JuliaComputing/Julia%20Academy/_apis/build/status/JuliaComputing.JuliaAcademyMaterials)](https://dev.azure.com/JuliaComputing/Julia%20Academy/_build/latest?definitionId=1)

# 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.