Skip to content

Commit 256b3d8

Browse files
committed
ENH: Improve compatibility with Google Colab
1 parent 4d5d1f0 commit 256b3d8

32 files changed

+32
-32
lines changed

lectures/aiyagari.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
3030
---
3131
tags: [hide-output]
3232
---
33-
!conda install -y quantecon
33+
!pip install quantecon
3434
```
3535

3636
## Overview

lectures/career.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
3333
---
3434
tags: [hide-output]
3535
---
36-
!conda install -y quantecon
36+
!pip install quantecon
3737
```
3838

3939
## Overview

lectures/coleman_policy_iter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
2929
---
3030
tags: [hide-output]
3131
---
32-
!conda install -y quantecon
32+
!pip install quantecon
3333
!pip install interpolation
3434
```
3535

lectures/egm_policy_iter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
2929
---
3030
tags: [hide-output]
3131
---
32-
!conda install -y quantecon
32+
!pip install quantecon
3333
!pip install interpolation
3434
```
3535

lectures/finite_markov.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
3030
---
3131
tags: [hide-output]
3232
---
33-
!conda install -y quantecon
33+
!pip install quantecon
3434
```
3535

3636
## Overview

lectures/harrison_kreps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In addition to what's in Anaconda, this lecture uses following libraries:
3333
---
3434
tags: [hide-output]
3535
---
36-
!conda install -y quantecon
36+
!pip install quantecon
3737
```
3838

3939
## Overview

lectures/heavy_tails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
3333
---
3434
tags: [hide-output]
3535
---
36-
!conda install -y quantecon
36+
!pip install quantecon
3737
!pip install --upgrade yfinance
3838
```
3939

lectures/ifp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
2929
---
3030
tags: [hide-output]
3131
---
32-
!conda install -y quantecon
32+
!pip install quantecon
3333
!pip install interpolation
3434
```
3535

lectures/ifp_advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
2929
---
3030
tags: [hide-output]
3131
---
32-
!conda install -y quantecon
32+
!pip install quantecon
3333
!pip install interpolation
3434
```
3535

lectures/jv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
3333
---
3434
tags: [hide-output]
3535
---
36-
!conda install -y quantecon
36+
!pip install quantecon
3737
!pip install interpolation
3838
```
3939

lectures/kalman.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
3333
---
3434
tags: [hide-output]
3535
---
36-
!conda install -y quantecon
36+
!pip install quantecon
3737
```
3838

3939
## Overview

lectures/kesten_processes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
3232
---
3333
tags: [hide-output]
3434
---
35-
!conda install -y quantecon
35+
!pip install quantecon
3636
!pip install --upgrade yfinance
3737
```
3838

lectures/lake_model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
3333
---
3434
tags: [hide-output]
3535
---
36-
!conda install -y quantecon
36+
!pip install quantecon
3737
```
3838

3939
## Overview

lectures/linear_models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
3737
---
3838
tags: [hide-output]
3939
---
40-
!conda install -y quantecon
40+
!pip install quantecon
4141
```
4242

4343
## Overview

lectures/lq_inventories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In addition to what's in Anaconda, this lecture employs the following library:
3030
---
3131
tags: [hide-output]
3232
---
33-
!conda install -y quantecon
33+
!pip install quantecon
3434
```
3535

3636
## Overview

lectures/lqcontrol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
3333
---
3434
tags: [hide-output]
3535
---
36-
!conda install -y quantecon
36+
!pip install quantecon
3737
```
3838

3939
## Overview

lectures/markov_asset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
4141
---
4242
tags: [hide-output]
4343
---
44-
!conda install -y quantecon
44+
!pip install quantecon
4545
```
4646

4747
## Overview

lectures/markov_perf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
3333
---
3434
tags: [hide-output]
3535
---
36-
!conda install -y quantecon
36+
!pip install quantecon
3737
```
3838

3939
## Overview

lectures/mccall_correlated.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
2929
---
3030
tags: [hide-output]
3131
---
32-
!conda install -y quantecon
32+
!pip install quantecon
3333
!pip install interpolation
3434
```
3535

lectures/mccall_fitted_vfi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
2929
---
3030
tags: [hide-output]
3131
---
32-
!conda install -y quantecon
32+
!pip install quantecon
3333
!pip install interpolation
3434
```
3535

lectures/mccall_model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
3838
---
3939
tags: [hide-output]
4040
---
41-
!conda install -y quantecon
41+
!pip install quantecon
4242
```
4343

4444
## Overview

lectures/mccall_model_with_separation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
3333
---
3434
tags: [hide-output]
3535
---
36-
!conda install -y quantecon
36+
!pip install quantecon
3737
```
3838

3939
## Overview

lectures/navy_captain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
3030
---
3131
tags: [hide-output]
3232
---
33-
!conda install -y quantecon
33+
!pip install quantecon
3434
!conda install -y -c conda-forge interpolation
3535
```
3636

lectures/odu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In addition to what’s in Anaconda, this lecture deploys the libraries:
3030
---
3131
tags: [hide-output]
3232
---
33-
!conda install -y quantecon
33+
!pip install quantecon
3434
!pip install interpolation
3535
```
3636

lectures/optgrowth_fast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
3030
---
3131
tags: [hide-output]
3232
---
33-
!conda install -y quantecon
33+
!pip install quantecon
3434
!pip install interpolation
3535
```
3636

lectures/perm_income.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
3333
---
3434
tags: [hide-output]
3535
---
36-
!conda install -y quantecon
36+
!pip install quantecon
3737
```
3838

3939
## Overview

lectures/perm_income_cons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
3333
---
3434
tags: [hide-output]
3535
---
36-
!conda install -y quantecon
36+
!pip install quantecon
3737
```
3838

3939
## Overview

lectures/rational_expectations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
3434
---
3535
tags: [hide-output]
3636
---
37-
!conda install -y quantecon
37+
!pip install quantecon
3838
```
3939

4040
## Overview

lectures/re_with_feedback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In addition to what's in Anaconda, this lecture deploys the following libraries:
3333
---
3434
tags: [hide-output]
3535
---
36-
!conda install -y quantecon
36+
!pip install quantecon
3737
```
3838

3939
```{code-cell} ipython

lectures/samuelson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
2929
---
3030
tags: [hide-output]
3131
---
32-
!conda install -y quantecon
32+
!pip install quantecon
3333
```
3434

3535
## Overview

lectures/wald_friedman.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
3636
```{code-cell} ipython3
3737
:tags: [hide-output]
3838
39-
!conda install -y quantecon
39+
!pip install quantecon
4040
!pip install interpolation
4141
```
4242

lectures/wealth_dynamics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
2929
---
3030
tags: [hide-output]
3131
---
32-
!conda install -y quantecon
32+
!pip install quantecon
3333
```
3434

3535
## Overview

0 commit comments

Comments
 (0)