Skip to content

Commit 134d29f

Browse files
authored
FIX: conda -> pip for collab compat (#426)
* FIX: conda -> pip for collab compat * fix linkchecker reported issue
1 parent e85623a commit 134d29f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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)