https://econ-ark.github.io/Life-Cycle-Prime-Time/
To reproduces all the results in the repository first clone this repository locally:
# Clone this repository
$ git clone https://github.com/econ-ark/Life-Cycle-Prime-Time
# Change working directory to Life-Cycle-Prime-Time
$ cd Life-Cycle-Prime-Time
Then you can either use a local virtual env(conda) or nbreproduce to reproduce to the results.
$ conda env create -f environment.yml
$ conda activate Life-Cycle-Prime-Time
# execute the script, select the appropriate option and use it to reproduce the data and figures.
$ python do_all.py
nbreproduce (requires Docker to be installed on the machine).
# Install nbreproduce
$ pip install nbreproduce
# Reproduce all results using nbreproduce
$ nbreproduce