Source repository for https://datascience.quantecon.org
-
Install
conda
-
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
- Try building the lectures
jupyter-book build lectures
This will take a while. But it will populate your cache, so future iteration is faster.
- To clean up (i.e., delete the build.)
jupyter-book clean lectures
To make a release you need to setup a tagged release using publish-
tag.
Detailed instructions are avaiable in the quantecon manual