Skip to content

Commit

Permalink
Merge pull request #1 from nfiedel/nfiedel-jax-patch-1
Browse files Browse the repository at this point in the history
Update thinking_in_jax.ipynb
  • Loading branch information
nfiedel authored Feb 19, 2021
2 parents 15a2f50 + 80a8204 commit c1bba43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/notebooks/thinking_in_jax.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"source": [
"# How to Think in JAX\n",
"\n",
"[![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",
"[![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",
"\n",
"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."
]
Expand Down

0 comments on commit c1bba43

Please sign in to comment.