Skip to content

Commit f1be450

Browse files
authored
FIX: Improve Compatibility with Google Colab (#185)
* FIX: Improve Compatibility with Google Colab * TMP: skip cache * Revert "TMP: skip cache" This reverts commit 43746d7.
1 parent 93da565 commit f1be450

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lectures/need_for_speed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ In addition to what's in Anaconda, this lecture will need
5454
---
5555
tags: [hide-output]
5656
---
57-
!conda install -y quantecon
57+
!pip install quantecon
5858
```
5959

6060
## Scientific Libraries

lectures/numba.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
Please also make sure that you have the latest version of Anaconda, since old

lectures/parallelization.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

0 commit comments

Comments
 (0)