From 5da35f644109e524b3a7a9784cfa58affdc14951 Mon Sep 17 00:00:00 2001 From: Ondrej Martinsky Date: Sun, 30 Apr 2017 12:47:43 +0100 Subject: [PATCH] added more notebooks --- __run_all_jupyter_notebooks.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/__run_all_jupyter_notebooks.py b/__run_all_jupyter_notebooks.py index 521fc2a..726c181 100644 --- a/__run_all_jupyter_notebooks.py +++ b/__run_all_jupyter_notebooks.py @@ -35,3 +35,8 @@ def tohtml(working_directory, input, output=None): tohtml("binomial_option_pricing", "binomial_option_pricing.ipynb") tohtml("black_litterman", "black_litterman.ipynb") +tohtml("heath_jarrow_morton","hjm.ipynb") +tohtml("LU_decomposition","LU_decomposition.ipynb") +tohtml("principal_component_analysis","PCA.ipynb") +tohtml("time_value_of_money","tvm.ipynb") +tohtml("yield_curve_bootstrapping","bootstrapping.ipynb") \ No newline at end of file