Skip to content

Commit

Permalink
Merge branch 'main' into i424
Browse files Browse the repository at this point in the history
  • Loading branch information
HumphreyYang authored Dec 5, 2024
2 parents 8e1178b + 134d29f commit 87917a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ jobs:
git config user.email "[email protected]"
git add *.ipynb
git commit -m "auto publishing updates to notebooks"
git push origin master
git push origin main
4 changes: 2 additions & 2 deletions lectures/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion lectures/wald_friedman.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 87917a3

Please sign in to comment.