Skip to content

Commit

Permalink
added more notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
omartinsky committed Apr 30, 2017
1 parent 45a9c33 commit 5da35f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions __run_all_jupyter_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 5da35f6

Please sign in to comment.