https://github.com/juliacomputing/jsc-training
https://github.com/juliacomputing/jsc-training
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/juliacomputing/jsc-training
- Owner: JuliaComputing
- Created: 2019-09-25T13:49:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-27T04:50:35.000Z (over 6 years ago)
- Last Synced: 2025-06-27T09:48:42.012Z (8 months ago)
- Language: Julia
- Size: 53.2 MB
- Stars: 5
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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.