in sharp bits notebook, add back iaml blog post link

This commit is contained in:
Matthew Johnson 2022-08-04 08:22:20 -07:00
parent e1b31f82fd
commit 7ed4fa550e
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
"source": [
"*levskaya@ mattjj@*\n",
"\n",
"When walking about the countryside of Italy, the people will not hesitate to tell you that __JAX__ has _\"una anima di pura programmazione funzionale\"_.\n",
"When walking about the countryside of Italy, the people will not hesitate to tell you that __JAX__ has [_\"una anima di pura programmazione funzionale\"_](https://www.sscardapane.it/iaml-backup/jax-intro/).\n",
"\n",
"__JAX__ is a language for __expressing__ and __composing__ __transformations__ of numerical programs. __JAX__ is also able to __compile__ numerical programs for CPU or accelerators (GPU/TPU). \n",
"JAX works great for many numerical and scientific programs, but __only if they are written with certain constraints__ that we describe below."

View File

@ -22,7 +22,7 @@ kernelspec:
*levskaya@ mattjj@*
When walking about the countryside of Italy, the people will not hesitate to tell you that __JAX__ has _"una anima di pura programmazione funzionale"_.
When walking about the countryside of Italy, the people will not hesitate to tell you that __JAX__ has [_"una anima di pura programmazione funzionale"_](https://www.sscardapane.it/iaml-backup/jax-intro/).
__JAX__ is a language for __expressing__ and __composing__ __transformations__ of numerical programs. __JAX__ is also able to __compile__ numerical programs for CPU or accelerators (GPU/TPU).
JAX works great for many numerical and scientific programs, but __only if they are written with certain constraints__ that we describe below.