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

0 commit comments

Comments
 (0)