Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1002 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 1002 Bytes

lecture-datascience.myst

Source repository for https://datascience.quantecon.org

Development

Setup

  1. Install conda

  2. Download this repo, and create a conda environment for it:

conda env create -f environment.yml

This will install all packages required to edit and build the lectures.

Note: Make sure you activate this environment whenever working on the lectures, by running conda activate lecture-datascience

  1. Try building the lectures
jupyter-book build lectures

This will take a while. But it will populate your cache, so future iteration is faster.

  1. To clean up (i.e., delete the build.)
jupyter-book clean lectures

Releasing updates to GH-PAGES

To make a release you need to setup a tagged release using publish- tag.

Detailed instructions are avaiable in the quantecon manual