Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f1be450

Browse filesBrowse 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
Copy full SHA for f1be450

File tree

Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎lectures/need_for_speed.md‎

Copy file name to clipboardExpand all lines: lectures/need_for_speed.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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
Collapse file

‎lectures/numba.md‎

Copy file name to clipboardExpand all lines: lectures/numba.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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
Collapse file

‎lectures/parallelization.md‎

Copy file name to clipboardExpand all lines: lectures/parallelization.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.