Skip to content

Commit c1bba43

Browse files
authored
Merge pull request #1 from nfiedel/nfiedel-jax-patch-1
Update thinking_in_jax.ipynb
2 parents 15a2f50 + 80a8204 commit c1bba43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/notebooks/thinking_in_jax.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"source": [
3434
"# How to Think in JAX\n",
3535
"\n",
36-
"[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.sandbox.google.com/github/google/jax/blob/master/docs/notebooks/thinking_ind_jax.ipynb)\n",
36+
"[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.sandbox.google.com/github/google/jax/blob/master/docs/notebooks/thinking_in_jax.ipynb)\n",
3737
"\n",
3838
"JAX provides a simple and powerful API for writing accelerated numerical code, but working effectively in JAX sometimes requires extra consideration. This document is meant to help build a ground-up understanding of how JAX operates, so that you can use it more effectively."
3939
]

0 commit comments

Comments
 (0)