DemARK
January 26, 2026 · View on GitHub
Demonstrations of how to use material in the Econ-ARK.
Local installation
Option 1: With uv (recommended)
- Install uv
- Clone
DemARKto the folder of your choice - Install dependencies:
uv sync --extra dev - Run JupyterLab:
uv run jupyter lab - Run the notebook by choosing
Kernel → Restart & Run All
Option 2: With conda
- Install Miniconda
- Clone
DemARKto the folder of your choice - Using conda, install the environment:
conda env create -f binder/environment.yml- If you already have installed the
DemARKenvironment, you may still need to update it:conda env update -f binder/environment.yml
- If you already have installed the
- Activate your
DemARKenvironment:conda activate DemARK - Install JupyterLab in the
DemARKenvironment:conda install jupyterlab - Run
jupyter labfrom theDemARKroot folder. You will be prompted to open a page in your web browser. From there, you will be able to run the notebooks. - Run the notebook by choosing
Kernel → Restart & Run All
Option 3: With Docker and repo2docker
- Install Docker
- Install
repo2docker, using the "install from source" instructions - Run
jupyter repo2docker https://github.com/econ-ark/DemARK - Follow the link in your terminal to the running instance of jupyter
- Run the notebook by choosing
Kernel → Restart & Run All
Contributions
We are eager to encourage contributions.
These can take the form either of new notebooks, or proposed edits for existing notebooks. Either kind of contribution can be made by issuing a pull request.
Issues
Open an issue in this repository!
Trigger a test on demand
If you have the proper permissions and want to test whether the DemARKs work with the latest development version of HARK,
click on the last workflow run here and click the Re-run all jobs button