GitHub

Original file line numberDiff line numberDiff line change

@@ -7,7 +7,7 @@ dependencies:

77

- pip

88

- pip:

99

- jupyter-book==1.0.4post1

10-

- quantecon-book-theme==0.9.2

10+

- quantecon-book-theme==0.9.3

1111

- sphinx-tojupyter==0.3.1

1212

- sphinxext-rediraffe==0.2.7

1313

- sphinx-exercise==1.0.1

Original file line numberDiff line numberDiff line change

@@ -47,7 +47,7 @@ Now let's define numba-compatible interpolation functions for this lecture.

4747

We will soon use the following interpolation functions to interpolate the value function and the policy functions

4848
4949

```{code-cell} ipython

50-

:tags: [collapse-40]

50+

:tags: [collapse-20]

5151
5252

@njit

5353

def get_grid_nodes(grid):

@@ -745,7 +745,7 @@ assets, returning any excess revenues to the household as non-negative lump-sum

745745

The recursive formulation is implemented as follows

746746
747747

```{code-cell} python3

748-

:tags: [collapse-30]

748+

:tags: [collapse-20]

749749

:load: _static/lecture_specific/amss/recursive_allocation.py

750750

```

751751

Read the original on github.com ↗