diff --git a/lectures/aiyagari.md b/lectures/aiyagari.md index 96bf7e619..21607933c 100644 --- a/lectures/aiyagari.md +++ b/lectures/aiyagari.md @@ -30,7 +30,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie --- tags: [hide-output] --- -!conda install -y quantecon +!pip install quantecon ``` ## Overview diff --git a/lectures/back_prop.md b/lectures/back_prop.md index cb004aadc..101c89415 100644 --- a/lectures/back_prop.md +++ b/lectures/back_prop.md @@ -20,6 +20,13 @@ kernelspec: !conda install -y -c plotly plotly plotly-orca retrying ``` +```{note} +If you are running this on Google Colab the above cell will +present an error. This is because Google Colab doesn't use Anaconda to manage +the Python packages. However this lecture will still execute as Google Colab +has `plotly` installed. +``` + ## Overview Substantial parts of **machine learning** and **artificial intelligence** are about diff --git a/lectures/career.md b/lectures/career.md index 3cc0ee7b3..21d7574d1 100644 --- a/lectures/career.md +++ b/lectures/career.md @@ -33,7 +33,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie --- tags: [hide-output] --- -!conda install -y quantecon +!pip install quantecon ``` ## Overview diff --git a/lectures/coleman_policy_iter.md b/lectures/coleman_policy_iter.md index 76e0b77b9..0b49971d2 100644 --- a/lectures/coleman_policy_iter.md +++ b/lectures/coleman_policy_iter.md @@ -29,7 +29,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie --- tags: [hide-output] --- -!conda install -y quantecon +!pip install quantecon !pip install interpolation ``` diff --git a/lectures/egm_policy_iter.md b/lectures/egm_policy_iter.md index 96f215312..9bd8328a9 100644 --- a/lectures/egm_policy_iter.md +++ b/lectures/egm_policy_iter.md @@ -29,7 +29,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie --- tags: [hide-output] --- -!conda install -y quantecon +!pip install quantecon !pip install interpolation ``` diff --git a/lectures/finite_markov.md b/lectures/finite_markov.md index b1f94fb88..40dd38174 100644 --- a/lectures/finite_markov.md +++ b/lectures/finite_markov.md @@ -30,7 +30,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie --- tags: [hide-output] --- -!conda install -y quantecon +!pip install quantecon ``` ## Overview diff --git a/lectures/harrison_kreps.md b/lectures/harrison_kreps.md index 4b124128d..9841e3335 100644 --- a/lectures/harrison_kreps.md +++ b/lectures/harrison_kreps.md @@ -33,7 +33,7 @@ In addition to what's in Anaconda, this lecture uses following libraries: --- tags: [hide-output] --- -!conda install -y quantecon +!pip install quantecon ``` ## Overview diff --git a/lectures/heavy_tails.md b/lectures/heavy_tails.md index 4eb6a447a..406b36694 100644 --- a/lectures/heavy_tails.md +++ b/lectures/heavy_tails.md @@ -33,7 +33,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie --- tags: [hide-output] --- -!conda install -y quantecon +!pip install quantecon !pip install --upgrade yfinance ``` diff --git a/lectures/ifp.md b/lectures/ifp.md index 5151bfd90..b99c00717 100644 --- a/lectures/ifp.md +++ b/lectures/ifp.md @@ -29,7 +29,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie --- tags: [hide-output] --- -!conda install -y quantecon +!pip install quantecon !pip install interpolation ``` diff --git a/lectures/ifp_advanced.md b/lectures/ifp_advanced.md index 3edb1bbd0..986ee104f 100644 --- a/lectures/ifp_advanced.md +++ b/lectures/ifp_advanced.md @@ -29,7 +29,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie --- tags: [hide-output] --- -!conda install -y quantecon +!pip install quantecon !pip install interpolation ``` diff --git a/lectures/jv.md b/lectures/jv.md index 2a309dafc..b53db141b 100644 --- a/lectures/jv.md +++ b/lectures/jv.md @@ -33,7 +33,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie --- tags: [hide-output] --- -!conda install -y quantecon +!pip install quantecon !pip install interpolation ``` diff --git a/lectures/kalman.md b/lectures/kalman.md index 782b190e5..e49c0c720 100644 --- a/lectures/kalman.md +++ b/lectures/kalman.md @@ -33,7 +33,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie --- tags: [hide-output] --- -!conda install -y quantecon +!pip install quantecon ``` ## Overview diff --git a/lectures/kesten_processes.md b/lectures/kesten_processes.md index 81d1332b2..81032efb5 100644 --- a/lectures/kesten_processes.md +++ b/lectures/kesten_processes.md @@ -32,7 +32,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie --- tags: [hide-output] --- -!conda install -y quantecon +!pip install quantecon !pip install --upgrade yfinance ``` diff --git a/lectures/lake_model.md b/lectures/lake_model.md index 85b29e8f8..43d1857e7 100644 --- a/lectures/lake_model.md +++ b/lectures/lake_model.md @@ -33,7 +33,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie --- tags: [hide-output] --- -!conda install -y quantecon +!pip install quantecon ``` ## Overview diff --git a/lectures/linear_models.md b/lectures/linear_models.md index e2e6a4f85..7d6a81a24 100644 --- a/lectures/linear_models.md +++ b/lectures/linear_models.md @@ -37,7 +37,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie --- tags: [hide-output] --- -!conda install -y quantecon +!pip install quantecon ``` ## Overview diff --git a/lectures/lq_inventories.md b/lectures/lq_inventories.md index ad5d4dcf2..63365bfde 100644 --- a/lectures/lq_inventories.md +++ b/lectures/lq_inventories.md @@ -30,7 +30,7 @@ In addition to what's in Anaconda, this lecture employs the following library: --- tags: [hide-output] --- -!conda install -y quantecon +!pip install quantecon ``` ## Overview diff --git a/lectures/lqcontrol.md b/lectures/lqcontrol.md index 3c147d691..83a11c193 100644 --- a/lectures/lqcontrol.md +++ b/lectures/lqcontrol.md @@ -33,7 +33,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie --- tags: [hide-output] --- -!conda install -y quantecon +!pip install quantecon ``` ## Overview diff --git a/lectures/markov_asset.md b/lectures/markov_asset.md index 372d8e721..aaf9ce34b 100644 --- a/lectures/markov_asset.md +++ b/lectures/markov_asset.md @@ -41,7 +41,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie --- tags: [hide-output] --- -!conda install -y quantecon +!pip install quantecon ``` ## Overview diff --git a/lectures/markov_perf.md b/lectures/markov_perf.md index b88c96690..6c0947132 100644 --- a/lectures/markov_perf.md +++ b/lectures/markov_perf.md @@ -33,7 +33,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie --- tags: [hide-output] --- -!conda install -y quantecon +!pip install quantecon ``` ## Overview diff --git a/lectures/mccall_correlated.md b/lectures/mccall_correlated.md index fafc73265..125cfeef7 100644 --- a/lectures/mccall_correlated.md +++ b/lectures/mccall_correlated.md @@ -29,7 +29,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie --- tags: [hide-output] --- -!conda install -y quantecon +!pip install quantecon !pip install interpolation ``` diff --git a/lectures/mccall_fitted_vfi.md b/lectures/mccall_fitted_vfi.md index 3ae845267..3f0a07d20 100644 --- a/lectures/mccall_fitted_vfi.md +++ b/lectures/mccall_fitted_vfi.md @@ -29,7 +29,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie --- tags: [hide-output] --- -!conda install -y quantecon +!pip install quantecon !pip install interpolation ``` diff --git a/lectures/mccall_model.md b/lectures/mccall_model.md index 90d9fd531..e82c420a8 100644 --- a/lectures/mccall_model.md +++ b/lectures/mccall_model.md @@ -38,7 +38,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie --- tags: [hide-output] --- -!conda install -y quantecon +!pip install quantecon ``` ## Overview diff --git a/lectures/mccall_model_with_separation.md b/lectures/mccall_model_with_separation.md index 880c47190..ed5b16d95 100644 --- a/lectures/mccall_model_with_separation.md +++ b/lectures/mccall_model_with_separation.md @@ -33,7 +33,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie --- tags: [hide-output] --- -!conda install -y quantecon +!pip install quantecon ``` ## Overview diff --git a/lectures/navy_captain.md b/lectures/navy_captain.md index b4821e0b7..92078cc81 100644 --- a/lectures/navy_captain.md +++ b/lectures/navy_captain.md @@ -30,8 +30,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie --- tags: [hide-output] --- -!conda install -y quantecon -!conda install -y -c conda-forge interpolation +!pip install quantecon interpolation ``` ```{code-cell} ipython diff --git a/lectures/odu.md b/lectures/odu.md index 81a4eae76..52c12ad15 100644 --- a/lectures/odu.md +++ b/lectures/odu.md @@ -30,7 +30,7 @@ In addition to what’s in Anaconda, this lecture deploys the libraries: --- tags: [hide-output] --- - !conda install -y quantecon + !pip install quantecon !pip install interpolation ``` diff --git a/lectures/optgrowth_fast.md b/lectures/optgrowth_fast.md index 0fac0392a..f5d9932bc 100644 --- a/lectures/optgrowth_fast.md +++ b/lectures/optgrowth_fast.md @@ -30,7 +30,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie --- tags: [hide-output] --- -!conda install -y quantecon +!pip install quantecon !pip install interpolation ``` diff --git a/lectures/perm_income.md b/lectures/perm_income.md index e2c793493..ea609dd73 100644 --- a/lectures/perm_income.md +++ b/lectures/perm_income.md @@ -33,7 +33,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie --- tags: [hide-output] --- -!conda install -y quantecon +!pip install quantecon ``` ## Overview diff --git a/lectures/perm_income_cons.md b/lectures/perm_income_cons.md index 2c5def65d..51843fa43 100644 --- a/lectures/perm_income_cons.md +++ b/lectures/perm_income_cons.md @@ -33,7 +33,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie --- tags: [hide-output] --- -!conda install -y quantecon +!pip install quantecon ``` ## Overview diff --git a/lectures/rational_expectations.md b/lectures/rational_expectations.md index 42415c0c9..a4acefa02 100644 --- a/lectures/rational_expectations.md +++ b/lectures/rational_expectations.md @@ -34,7 +34,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie --- tags: [hide-output] --- -!conda install -y quantecon +!pip install quantecon ``` ## Overview diff --git a/lectures/re_with_feedback.md b/lectures/re_with_feedback.md index 401e44ca0..560e75e4f 100644 --- a/lectures/re_with_feedback.md +++ b/lectures/re_with_feedback.md @@ -33,7 +33,7 @@ In addition to what's in Anaconda, this lecture deploys the following libraries: --- tags: [hide-output] --- -!conda install -y quantecon +!pip install quantecon ``` ```{code-cell} ipython diff --git a/lectures/samuelson.md b/lectures/samuelson.md index 18bfc4749..877b5d807 100644 --- a/lectures/samuelson.md +++ b/lectures/samuelson.md @@ -29,7 +29,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie --- tags: [hide-output] --- -!conda install -y quantecon +!pip install quantecon ``` ## Overview diff --git a/lectures/wald_friedman.md b/lectures/wald_friedman.md index f7e69914d..df4f6be72 100644 --- a/lectures/wald_friedman.md +++ b/lectures/wald_friedman.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] -!conda install -y quantecon +!pip install quantecon !pip install interpolation ``` diff --git a/lectures/wealth_dynamics.md b/lectures/wealth_dynamics.md index 579910a87..ec42e41e9 100644 --- a/lectures/wealth_dynamics.md +++ b/lectures/wealth_dynamics.md @@ -29,7 +29,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie --- tags: [hide-output] --- -!conda install -y quantecon +!pip install quantecon ``` ## Overview