Skip to content

Commit 03a37af

Browse files
committed
add import
1 parent 7ce3241 commit 03a37af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lectures/jax_intro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ The following import is standard, replacing `import numpy as np`:
5252
```{code-cell} ipython3
5353
import jax
5454
import jax.numpy as jnp
55+
import quantecon as qe
5556
```
5657

5758
Now we can use `jnp` in place of `np` for the usual array operations:

0 commit comments

Comments
 (0)