Skip to content

nipuncse/CoursePack

 
 

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

Releases

No releases published

Packages

No packages published

Languages

  • HTML 77.9%
  • Jupyter Notebook 22.0%
  • Julia 0.1%
  • TeX 0.0%
  • CSS 0.0%
  • Ruby 0.0%