Skip to content

Commit f7aab80

Browse files
committed
install jax for cpu
1 parent 88c9c9c commit f7aab80

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

lectures/jax_intro.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ kernelspec:
1313

1414
# An Introduction to JAX
1515

16+
In addition to what's in Anaconda, this lecture will need the following libraries:
17+
18+
```{code-cell} ipython3
19+
:tags: [hide-output]
20+
21+
!pip install jax
22+
```
1623

1724
This lecture provides a short introduction to [Google JAX](https://github.com/google/jax).
1825

0 commit comments

Comments
 (0)