From e518cab7650e57519c98e4dbfecaf877f462027b Mon Sep 17 00:00:00 2001 From: mmcky <8263752+mmcky@users.noreply.github.com> Date: Sun, 2 Aug 2026 09:38:32 +0000 Subject: [PATCH] =?UTF-8?q?news:=20weekly=20digest=20drafts=20(2026-07-26?= =?UTF-8?q?=20=E2=80=93=202026-08-02)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _posts/2026-08-02-lectures.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 _posts/2026-08-02-lectures.md diff --git a/_posts/2026-08-02-lectures.md b/_posts/2026-08-02-lectures.md new file mode 100644 index 0000000..132df39 --- /dev/null +++ b/_posts/2026-08-02-lectures.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "Lecture updates — July 26 – August 2, 2026" +author: QuantEcon +excerpt: "Updates to the QuantEcon lectures." +tag: [lectures] +--- + +- 📚 **[Quantitative Economics with Python](https://python.quantecon.org/)** — Added missing `pip install` cells for `quantecon` and `jax` dependencies across lectures to ensure reproducible execution environments. + - [Add pip install cells for quantecon and jax in lectures that were missing them](https://github.com/QuantEcon/lecture-python.myst/pull/1006)