From c5666e090d9719db1cb20117f1885b535d13d82f Mon Sep 17 00:00:00 2001 From: HumphreyYang Date: Sun, 26 Jul 2026 06:53:11 -0400 Subject: [PATCH] add imports to lectures that miss them --- lectures/career.md | 2 +- lectures/ifp_advanced.md | 2 +- lectures/inventory_dynamics.md | 8 ++++++++ lectures/jv.md | 8 ++++++++ lectures/kesten_processes.md | 2 +- lectures/learning_approximation.md | 8 ++++++++ lectures/mle.md | 8 ++++++++ lectures/newton_method.md | 8 ++++++++ lectures/olg_adaptive_money.md | 8 ++++++++ 9 files changed, 51 insertions(+), 3 deletions(-) diff --git a/lectures/career.md b/lectures/career.md index be19a4e31..23153ce62 100644 --- a/lectures/career.md +++ b/lectures/career.md @@ -36,7 +36,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie --- tags: [hide-output] --- -!pip install quantecon +!pip install quantecon jax ``` ## Overview diff --git a/lectures/ifp_advanced.md b/lectures/ifp_advanced.md index f6df09b27..2fcc09db8 100644 --- a/lectures/ifp_advanced.md +++ b/lectures/ifp_advanced.md @@ -32,7 +32,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie --- tags: [hide-output] --- -!pip install quantecon +!pip install quantecon jax ``` ## Overview diff --git a/lectures/inventory_dynamics.md b/lectures/inventory_dynamics.md index 8af11f98e..bc7b1d989 100644 --- a/lectures/inventory_dynamics.md +++ b/lectures/inventory_dynamics.md @@ -28,6 +28,14 @@ kernelspec: :depth: 2 ``` +In addition to what's in Anaconda, this lecture will need the following libraries: + +```{code-cell} ipython3 +:tags: [hide-output] + +!pip install jax +``` + ## Overview In this lecture, we will study the time path of inventories for firms that diff --git a/lectures/jv.md b/lectures/jv.md index fe48e2da1..246f84cb3 100644 --- a/lectures/jv.md +++ b/lectures/jv.md @@ -30,6 +30,14 @@ kernelspec: ```{include} _admonition/gpu.md ``` +In addition to what's in Anaconda, this lecture will need the following libraries: + +```{code-cell} ipython3 +:tags: [hide-output] + +!pip install jax +``` + ## Overview In this section, we solve a simple on-the-job search model diff --git a/lectures/kesten_processes.md b/lectures/kesten_processes.md index f56b8191e..db88000be 100644 --- a/lectures/kesten_processes.md +++ b/lectures/kesten_processes.md @@ -36,7 +36,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie ```{code-cell} ipython3 :tags: [hide-output] -!pip install --upgrade quantecon yfinance +!pip install --upgrade quantecon yfinance jax ``` ## Overview diff --git a/lectures/learning_approximation.md b/lectures/learning_approximation.md index f48684481..0113e3369 100644 --- a/lectures/learning_approximation.md +++ b/lectures/learning_approximation.md @@ -29,6 +29,14 @@ kernelspec: :depth: 2 ``` +In addition to what's in Anaconda, this lecture will need the following libraries: + +```{code-cell} ipython3 +:tags: [hide-output] + +!pip install quantecon +``` + ## Overview In {doc}`olg_adaptive_money` a system of adaptive agents found a rational expectations diff --git a/lectures/mle.md b/lectures/mle.md index fe002e116..d4c44b757 100644 --- a/lectures/mle.md +++ b/lectures/mle.md @@ -28,6 +28,14 @@ kernelspec: :depth: 2 ``` +In addition to what's in Anaconda, this lecture will need the following libraries: + +```{code-cell} ipython3 +:tags: [hide-output] + +!pip install jax +``` + ## Overview In {doc}`ols`, we estimated the relationship between diff --git a/lectures/newton_method.md b/lectures/newton_method.md index 1966b06f3..24cb401db 100644 --- a/lectures/newton_method.md +++ b/lectures/newton_method.md @@ -31,6 +31,14 @@ kernelspec: :depth: 2 ``` +In addition to what's in Anaconda, this lecture will need the following libraries: + +```{code-cell} ipython3 +:tags: [hide-output] + +!pip install jax +``` + ## Overview Many economic problems involve finding [fixed diff --git a/lectures/olg_adaptive_money.md b/lectures/olg_adaptive_money.md index 8331ba074..7b7a51791 100644 --- a/lectures/olg_adaptive_money.md +++ b/lectures/olg_adaptive_money.md @@ -29,6 +29,14 @@ kernelspec: :depth: 2 ``` +In addition to what's in Anaconda, this lecture will need the following libraries: + +```{code-cell} ipython3 +:tags: [hide-output] + +!pip install quantecon +``` + ## Overview {doc}`bounded_rationality` presented some models of monetary economies with multiple rational expectations equilibria.