Skip to content

Commit 62938ad

Browse files
authored
Hide Code Output in BCG_incomplete_mkts.md (#150)
* hide long code output * add an extra line
1 parent 4e265e7 commit 62938ad

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lectures/BCG_incomplete_mkts.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1210,6 +1210,8 @@ In the first example, we set up an instance of the BCG incomplete
12101210
markets model with default parameter values.
12111211

12121212
```{code-cell} python3
1213+
:tags: ["hide-output"]
1214+
12131215
mdl = BCG_incomplete_markets()
12141216
kss,bss,Vss,qss,pss,c10ss,c11ss,c20ss,c21ss,𝜃1ss = mdl.solve_eq(print_crit=False)
12151217
```
@@ -1817,6 +1819,8 @@ The function `valuations_by_agent` is used in calculating these
18171819
valuations.
18181820

18191821
```{code-cell} python3
1822+
:tags: ["hide-output"]
1823+
18201824
# Lists for storage
18211825
wlist = []
18221826
klist = []
@@ -1831,9 +1835,6 @@ p1list = []
18311835
p2list = []
18321836
18331837
# For loop: optimization for each endowment combination
1834-
1835-
1836-
18371838
for i in range(10):
18381839
print(i)
18391840

0 commit comments

Comments
 (0)