Git mirrors:
Check the materials in each directory for assignments and other resources.
The reports are expected to be compiled with tectonic
as follows:
tectonic -X compile report.tex
This project provides Julia scripts. Make sure to use the project files (Project.toml
) when running them:
julia --project=. -e "using Pkg; Pkg.instantiate()"
julia --project=. scripts/script.jl
or
julia --project=. -e "using Pkg; Pkg.instantiate()"
./julia.bash scripts/script.jl
The latter will start a Julia daemon in the background. To kill it, run
./julia.bash kill