Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lectures/need_for_speed.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ In addition to what's in Anaconda, this lecture will need
---
tags: [hide-output]
---
!conda install -y quantecon
!pip install quantecon
```

## Scientific Libraries
Expand Down
2 changes: 1 addition & 1 deletion lectures/numba.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
---
tags: [hide-output]
---
!conda install -y quantecon
!pip install quantecon
```

Please also make sure that you have the latest version of Anaconda, since old
Expand Down
2 changes: 1 addition & 1 deletion lectures/parallelization.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
---
tags: [hide-output]
---
!conda install -y quantecon
!pip install quantecon
```

## Overview
Expand Down