Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- pip
- pip:
- jupyter-book==1.0.4post1
- quantecon-book-theme==0.9.2
- quantecon-book-theme==0.9.3
- sphinx-tojupyter==0.3.1
- sphinxext-rediraffe==0.2.7
- sphinx-exercise==1.0.1
Expand Down
4 changes: 2 additions & 2 deletions lectures/amss.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Now let's define numba-compatible interpolation functions for this lecture.
We will soon use the following interpolation functions to interpolate the value function and the policy functions

```{code-cell} ipython
:tags: [collapse-40]
:tags: [collapse-20]

@njit
def get_grid_nodes(grid):
Expand Down Expand Up @@ -745,7 +745,7 @@ assets, returning any excess revenues to the household as non-negative lump-sum
The recursive formulation is implemented as follows

```{code-cell} python3
:tags: [collapse-30]
:tags: [collapse-20]
:load: _static/lecture_specific/amss/recursive_allocation.py
```

Expand Down
Loading