Skip to content

Commit ff42684

Browse files
committed
amss lecture literalinclude -> code-cell
1 parent 726a25f commit ff42684

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

lectures/amss.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,9 @@ in a Lucas-Stokey economy with state-contingent government debt.
411411
We need some code from our {doc}`an earlier lecture <opt_tax_recur>`
412412
on optimal taxation with state-contingent debt sequential allocation implementation:
413413

414-
```{literalinclude} _static/lecture_specific/opt_tax_recur/sequential_allocation.py
414+
```{code-cell} python3
415415
---
416+
file: _static/lecture_specific/opt_tax_recur/sequential_allocation.py
416417
tags: [output_scroll]
417418
---
418419
```
@@ -685,7 +686,8 @@ assets, returning any excess revenues to the household as non-negative lump-sum
685686

686687
The recursive formulation is implemented as follows
687688

688-
```{literalinclude} _static/lecture_specific/amss/recursive_allocation.py
689+
```{code-cell} python3
690+
:file: _static/lecture_specific/amss/recursive_allocation.py
689691
```
690692

691693
## Examples
@@ -694,7 +696,8 @@ We now turn to some examples.
694696

695697
We will first build some useful functions for solving the model
696698

697-
```{literalinclude} _static/lecture_specific/amss/utilities.py
699+
```{code-cell} python3
700+
:file: _static/lecture_specific/amss/utilities.py
698701
```
699702

700703
### Anticipated One-Period War
@@ -755,7 +758,8 @@ We assume the same utility parameters as in the {doc}`Lucas-Stokey economy <opt_
755758

756759
This utility function is implemented in the following class.
757760

758-
```{literalinclude} _static/lecture_specific/opt_tax_recur/crra_utility.py
761+
```{code-cell} python3
762+
:file: _static/lecture_specific/opt_tax_recur/crra_utility.py
759763
```
760764

761765
The following figure plots the Ramsey plan under both complete and incomplete
@@ -876,7 +880,8 @@ $$
876880

877881
In accordance, we will re-define our utility function.
878882

879-
```{literalinclude} _static/lecture_specific/opt_tax_recur/log_utility.py
883+
```{code-cell} python3
884+
:file: _static/lecture_specific/opt_tax_recur/log_utility.py
880885
```
881886

882887
With these preferences, Ramsey tax rates will vary even in the Lucas-Stokey

0 commit comments

Comments
 (0)