Skip to content

Commit 87917a3

Browse files
authored
Merge branch 'main' into i424
2 parents 8e1178b + 134d29f commit 87917a3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ jobs:
9090
git config user.email "[email protected]"
9191
git add *.ipynb
9292
git commit -m "auto publishing updates to notebooks"
93-
git push origin master
93+
git push origin main

lectures/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ You also need to keep the external code libraries, such as [QuantEcon.py](https:
4646

4747
For this task you can either
4848

49-
* use conda install -y quantecon on the command line, or
50-
* execute !conda install -y quantecon within a Jupyter notebook.
49+
* use `pip install --upgrade quantecon` on the command line, or
50+
* execute `!pip install --upgrade quantecon` within a Jupyter notebook.
5151

5252
If your local environment is still not working you can do two things.
5353

lectures/wald_friedman.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ This leads to him having a higher expected loss when he puts equal weight on bot
754754
### A Notebook Implementation
755755

756756
To facilitate comparative statics, we provide
757-
a [Jupyter notebook](https://nbviewer.org/github/QuantEcon/lecture-python.notebooks/blob/master/wald_friedman.ipynb) that
757+
a [Jupyter notebook](https://nbviewer.org/github/QuantEcon/lecture-python.notebooks/blob/main/wald_friedman.ipynb) that
758758
generates the same plots, but with sliders.
759759

760760
With these sliders, you can adjust parameters and immediately observe

0 commit comments

Comments
 (0)