Skip to content

Commit e096306

Browse files
committed
removing output so that failed javascript objects don't get added
1 parent d519893 commit e096306

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lectures/black_litterman.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ However you can use the [binder link](https://mybinder.org/v2/gh/QuantEcon/lectu
393393
```
394394

395395
```{code-cell} python3
396+
:tags: ["remove-output"]
396397
def black_litterman(λ, μ1, μ2, Σ1, Σ2):
397398
"""
398399
This function calculates the Black-Litterman mixture

lectures/matsuyama.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -826,6 +826,7 @@ However you can use the [binder link](https://mybinder.org/v2/gh/QuantEcon/lectu
826826
```
827827

828828
```{code-cell} python3
829+
:tags: ["remove-output"]
829830
@interact(ρ=(0.0, 1.0, 0.05), maxiter=(50, 5000, 50), npts=(25, 750, 25))
830831
def interact_attraction_basis(ρ=0.2, maxiter=250, npts=250):
831832
# Create the figure and axis that we will plot on

0 commit comments

Comments
 (0)