This repo contains all relevant course material.
Clone this somewhere on your computer (don't install as a julia package). You can do this easily in Github Desktop as in the first homework. Choose a suitable location on your computer.
git clone https://github.com/ScPo-CompEcon/CoursePack /whereto/on/your/computer
You should only worry about this section if you want to rebuild the site yourself.
#python
#latex
#ruby
pip install jupyter
pip install pandoc
in the root of this repo do
rake # builds all
rake html # builds only html
rake offline # builds offline slides
This repository is also setup as a Julia package repository. To have users easily open up the Jupyter notebooks, they can use the commands from within Julia:
Pkg.add("IJulia") # use once to install IJulia
using IJulia
notebook(dir="/whereto/on/your/computer/Notebooks") # that's the dir from above!
This will open up the Jupyter notebook at the location of your notebooks