schwabts / lecture-datascience.myst

Source repository for QuantEcon Datascience

Home Page:https://datascience.quantecon.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lecture-datascience.myst

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

Website: 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

About

Source repository for QuantEcon Datascience

https://datascience.quantecon.org


Languages

Language:Shell 52.2%Language:TeX 41.6%Language:R 4.0%Language:Dockerfile 2.2%