Demonstrations of how to use material in the Econ-ARK.
Local installation¶
Option 1: With uv (recommended)¶
Clone
DemARKto the folder of your choiceInstall dependencies:
uv sync --extra devRun JupyterLab:
uv run jupyter labRun the notebook by choosing
Kernel → Restart & Run All
Option 2: With conda¶
Clone
DemARKto the folder of your choiceUsing conda, install the environment:
conda env create -f binder/environment.ymlIf you already have installed the
DemARKenvironment, you may still need to update it:conda env update -f binder/environment.yml
Activate your
DemARKenvironment:conda activate DemARKInstall JupyterLab in the
DemARKenvironment:conda install jupyterlabRun
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
repo2docker, using the “install from source” instructionsRun
jupyter repo2docker https://github.com/econ-ark/DemARKFollow 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