Hi @mmcky (cc: @jstac ), I find an issue about NumbaDepreciationWarning in some MYST lectures,
- caused by imports
from numba import jitclass
For example, in lecture wald_friedman (left: MYST, right: RST),

I also find this issue in some other lectures.
As you explained previously, we should replace this import with from numba.experimental import jitclass.
Do you want to create some PRs in lecture-python repo (https://github.com/QuantEcon/lecture-python) to replace these imports and solve this issue?
Hi @mmcky (cc: @jstac ), I find an issue about
NumbaDepreciationWarningin someMYSTlectures,from numba import jitclassFor example, in lecture wald_friedman (left:
MYST, right:RST),I also find this issue in some other lectures.
As you explained previously, we should replace this import with
from numba.experimental import jitclass.Do you want to create some PRs in
lecture-pythonrepo (https://github.com/QuantEcon/lecture-python) to replace these imports and solve this issue?