The LiqConstr directory contains code to reproduce the figures of the paper Liquidity Constraints and Precautionary Saving by Carroll, Holm, and Kimball, and the LaTeX source to produce the paper once the figures have been created.
Figures can be produced either:
Live in your browser using MyBinder:
- Install the necessary tools on your computer
- Download this repository using
git clone https://github.com/econ-ark/LiqConstr
or a zip folder using this link. - Change to the
LiqConstr
directory and executeipython LiqConstr.py
from the command line.
In a local interactive jupyter notebook
- Install the jupyter notebook tool per Installation.md
- Download this repository using
git clone https://github.com/econ-ark/LiqConstr
or a zip folder using this link. - Type
jupyter lab
at the command line - Click on
LiqConstr.ipynb
- Install nbreproduce
- Download this repository using
git clone https://github.com/econ-ark/LiqConstr
or a zip folder using this link. - Execute
nbreproduce
from the command line.
The paper can be generated by compiling the LaTeX file LiqConstr.tex
using a standard
distribution of LaTeX like TeXLive or Overleaf.