Skip to content

Commit 1adfc93

Browse files
committed
merge jax install
1 parent 6e44c3c commit 1adfc93

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

lectures/kesten_processes.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,8 @@ In addition to what's in Anaconda, this lecture will need the following librarie
3434
:tags: [hide-output]
3535
3636
!pip install --upgrade quantecon yfinance
37-
```
38-
39-
Later in the exercise, we will use JAX to optimize our code
40-
41-
```{code-cell} ipython3
42-
:tags: [skip-execution]
43-
44-
!pip install --upgrade jax
37+
# Later in the exercise, we will use JAX to optimize our code
38+
!pip install jax
4539
```
4640

4741
## Overview

0 commit comments

Comments
 (0)