Skip to content

Commit

Permalink
vide in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
luphord committed Mar 20, 2019
1 parent f716afd commit 9ac4b57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ test-all: ## run tests on every Python version with tox
transform: data/ecb_data.zip ## Load data as provided by ECB and transform to parameters CSV
yield_curve_dynamics transform -i data/ecb_data.zip -o data/euryieldcurve.csv

video: data/euryieldcurve.csv ## Load CSV file and create a yield curve video
yield_curve_dynamics video -f data/euryieldcurve.csv

presentation: ## create a HTML presentation from notebook
jupyter nbconvert notebooks/Yield\ Curve\ Dynamics.ipynb --to slides --output-dir .

Expand Down

0 comments on commit 9ac4b57

Please sign in to comment.