- please complete this homework inside the given IJulia notebook.
- please do exercises 1-5.
- the other exercises are voluntary.
- provide your solution in a new cell below each question.
- start julia
- type
using IJulia
- only works if
IJulia
is part of your current environment. - if it's not, just do
using InstantiateFromURL; activate_github("QuantEcon/QuantEconLecturePackages", tag = "v0.9.5");
before sayingusing IJulia
- only works if
- open a notebook server by typing
notebook(dir="/Users/florian.oswald/Downloads")
[you have to change thedir
argument!] - Click on
HW1.ipynb
to start the notebook.