GitHub

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

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

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

Read the original on github.com ↗