This repository collects resources for the EconBrew presentations. You can run the
notebooks in here by installing the econbrew environment from the environment.yml
file with anaconda. It is highly recommended to use mamba instead of the standard conda package manager.
How to set this up you can find here.
Once set up you can create the environment with the following command:
mamba env create -f environment.ymlIf standard anaconda is used, then the following command will do the same:
conda env create -f environment.ymlHow to manage conda environments you can find here.