Skip to content

Commit 48ce2cc

Browse files
committed
fix: nested note admonition in exercise
1 parent 95a637f commit 48ce2cc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lectures/ifp_egm.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,15 +886,17 @@ more realistic features to the model.
886886

887887

888888

889-
```{exercise}
889+
```{exercise-start}
890890
:label: ifp_egm_ex3
891+
```
891892

892893
Following on from exercises 1 and 2, let's look at how savings and aggregate
893894
asset holdings vary with the interest rate
894895

895896
```{note}
896897
{cite}`Ljungqvist2012` section 18.6 can be consulted for more background on the topic treated in this exercise.
897898
```
899+
898900
For a given parameterization of the model, the mean of the stationary
899901
distribution of assets can be interpreted as aggregate capital in an economy
900902
with a unit mass of *ex-ante* identical households facing idiosyncratic
@@ -916,6 +918,9 @@ r_vals = np.linspace(0, 0.015, M)
916918
```
917919
```
918920
921+
```{exercise-end}
922+
```
923+
919924
```{solution-start} ifp_egm_ex3
920925
:class: dropdown
921926
```

0 commit comments

Comments
 (0)