GitHub

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
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

Read the original on github.com ↗