Skip to content

ScPo-CompEcon/CoursePack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

defe54f · Feb 4, 2020

History

96 Commits
Feb 4, 2020
Mar 15, 2018
Jan 18, 2019
Feb 1, 2018
Jan 22, 2020
Apr 15, 2019
Apr 15, 2019
Mar 15, 2018
Jan 18, 2019
Jan 2, 2019
Sep 19, 2016
Mar 15, 2018
Jan 2, 2019
Sep 19, 2016
Jan 19, 2020
Apr 15, 2019
Feb 3, 2017
Apr 15, 2019
Feb 1, 2017

Repository files navigation

ScPo-CompEcon CoursePack

This repo contains all relevant course material. If you just want to look at the slides, please go to the website at https://scpo-compecon.github.io/CoursePack/

How to use this

You can build the CoursePack website an all material on your computer. You should only worry about this section if you want to rebuild the site yourself.

Requirements

# you need
# 1. python
# 2. latex
# 3. ruby
pip install jupyter
pip install pandoc

Building

  1. Clone this to your computer

    git clone https://github.com/ScPo-CompEcon/CoursePack /whereto/on/your/computer
  2. in the root of that repo then do

    rake # builds all
    rake html # builds only html
    rake offline # builds offline slides

Looking at the material built on your computer

Use those 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