Demonstrations of how to use material in the Econ-ARK.
- Install Miniconda
- Clone
DemARK
to the folder of your choice - Using conda, install the environment
conda env create -f binder/environment.yml
- If you already have installed the
DemARK
environment, you may still need to update it
conda env update -f binder/environment.yml
- If you already have installed the
- Activate your
DemARK
environment:
conda activate DemARK
- Install JupyterLab in the
DemARK
environment:
conda install jupyterlab
- Run
jupyter lab
from theDemARK
root 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
- 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
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.
Open an issue in this repository!
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