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 88c9c9c commit f7aab80Copy full SHA for f7aab80
1 file changed
lectures/jax_intro.md
@@ -13,6 +13,13 @@ kernelspec:
13
14
# An Introduction to JAX
15
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
+```
23
24
This lecture provides a short introduction to [Google JAX](https://github.com/google/jax).
25
0 commit comments