Business Economics (M2S1 2021) at the Toulouse School of Economics (TSE)
This homework was done in Julia using the interactive notebook Pluto.jl.
To learn how to run the notebook yourself, you can watch 📺 this video or read 📘 this tutorial, which show how to install Julia and start using Pluto.jl.
The notebook is also just a plain Julia file which can be run in your preferred IDE (I recommend VSCodium).
The PDF document and graphics were generated from Julia Markdown using Weave.jl. They can be reproduced with the following steps:
- Fork this repository
- Run the following code in the Julia REPL
using Pkg
Pkg.add("Weave")
using Weave
weave("scripts/bus_econ_hw.jmd")