We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce3241 commit 03a37afCopy full SHA for 03a37af
lectures/jax_intro.md
@@ -52,6 +52,7 @@ The following import is standard, replacing `import numpy as np`:
52
```{code-cell} ipython3
53
import jax
54
import jax.numpy as jnp
55
+import quantecon as qe
56
```
57
58
Now we can use `jnp` in place of `np` for the usual array operations:
0 commit comments