Skip to content

Commit 8707aab

Browse files
committed
update jax install
1 parent 5842d1e commit 8707aab

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

lectures/career.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
3434
```{code-cell} ipython3
3535
:tags: [hide-output]
3636
37-
!pip install --upgrade quantecon
38-
```
39-
40-
We also need to install JAX to run this lecture
41-
42-
```{code-cell} ipython3
43-
:tags: [skip-execution]
44-
45-
!pip install -U jax
37+
!pip install quantecon jax
4638
```
4739

4840
## Overview

0 commit comments

Comments
 (0)