Closed shlff closed 3 years ago
Hi @jstac and @mmcky , this PR makes the following changes in lecture wald_friedman to fix the issue mentioned in the lecture-python.md(https://github.com/QuantEcon/lecture-python.myst/issues/27):
lecture-python.md
from numba import jit, prange, jitclass, float64, int64
from numba import jit, prange, float64, int64
from numba.experimental import jitclass
🚀 Deployed on https://5ffbb5e30b762927f3030e79--practical-lalande-b89631.netlify.app
thanks @shlff -- this looks good.
Hi @jstac and @mmcky , this PR makes the following changes in lecture wald_friedman to fix the issue mentioned in the
lecture-python.md
(https://github.com/QuantEcon/lecture-python.myst/issues/27):from numba import jit, prange, jitclass, float64, int64
-->> line1:from numba import jit, prange, float64, int64
and line2:from numba.experimental import jitclass