/Notebooks

Jupyter notebooks for teaching and research

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

Centralized Repo of Public Jupyter Notebooks

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

Running with MyBinder

The notebooks should be launchable by Binder

Local installation

Option 1: With Jupyter

  1. Install jupyter.

  2. Clone DemArk to the folder of your choice

  3. Run pip install -r binder/requirements.txt to install dependencies

  4. 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

  5. Run jupyter notebook from the DemARK root folder. You will be prompted to open a page in your web browser. From there, you will be able to run the notebooks.

  6. Run the notebook by clicking the ▶▶ button or choosing Kernel → Restart & Run All

Option 2: With Docker and repo2docker

  1. Install Docker
  2. Install repo2docker, using the "install from source" instructions
  3. Run jupyter repo2docker https://github.com/econ-ark/DemARK
  4. Follow the link in your terminal to the running instance of jupyter
  5. Run the notebook by clicking the ▶▶ button or choosing Kernel → Restart & Run All

Issues

Open an issue in this repository!