This repo was created as a place to put notebooks used for teaching, presentations, and other purposes where public availability of the notebook is convenient
The notebooks should be launchable by
-
Clone
DemARK
to the local folder of your choice -
In the new folder, run
pip install -r binder/requirements.txt
to install dependencies -
Enable notebook extensions.
On Linux/macOS:
Run
binder/postBuild
in your terminal (at a shell in the binder directory,./postBuild
)On Windows:
Run
binder/postBuild.bat
-
Run
jupyter notebook
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 clicking the
▶▶
button or choosingKernel → 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 clicking the
▶▶
button or choosingKernel → Restart & Run All
Open an issue in this repository!