From e85623a58126a38759784c2e943f4c8eda492c66 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Thu, 5 Dec 2024 10:31:11 +1100 Subject: [PATCH 1/2] MAINT: update publish to main (#427) --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fcc847537..872e10db4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -90,4 +90,4 @@ jobs: git config user.email "admin@quantecon.org" git add *.ipynb git commit -m "auto publishing updates to notebooks" - git push origin master + git push origin main From 134d29fe8b722a820505698dbb9db8ed91d6093a Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Thu, 5 Dec 2024 10:50:47 +1100 Subject: [PATCH 2/2] FIX: conda -> pip for collab compat (#426) * FIX: conda -> pip for collab compat * fix linkchecker reported issue --- lectures/troubleshooting.md | 4 ++-- lectures/wald_friedman.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lectures/troubleshooting.md b/lectures/troubleshooting.md index e68f030fb..b0af25405 100644 --- a/lectures/troubleshooting.md +++ b/lectures/troubleshooting.md @@ -46,8 +46,8 @@ You also need to keep the external code libraries, such as [QuantEcon.py](https: For this task you can either -* use conda install -y quantecon on the command line, or -* execute !conda install -y quantecon within a Jupyter notebook. +* use `pip install --upgrade quantecon` on the command line, or +* execute `!pip install --upgrade quantecon` within a Jupyter notebook. If your local environment is still not working you can do two things. diff --git a/lectures/wald_friedman.md b/lectures/wald_friedman.md index b284176e7..cf9482383 100644 --- a/lectures/wald_friedman.md +++ b/lectures/wald_friedman.md @@ -754,7 +754,7 @@ This leads to him having a higher expected loss when he puts equal weight on bot ### A Notebook Implementation To facilitate comparative statics, we provide -a [Jupyter notebook](https://nbviewer.org/github/QuantEcon/lecture-python.notebooks/blob/master/wald_friedman.ipynb) that +a [Jupyter notebook](https://nbviewer.org/github/QuantEcon/lecture-python.notebooks/blob/main/wald_friedman.ipynb) that generates the same plots, but with sliders. With these sliders, you can adjust parameters and immediately observe