Thanks to cloudhan's jax-windows-builder, it is now rather easy to install JAX and jaxlib
on windows. E.g.
pip install jax==0.3.13 https://whls.blob.core.windows.net/unstable/cuda111/jaxlib-0.3.7+cuda11.cudnn82-cp38-none-win_amd64.whl
That's all.
As explained there, I had to copy the jaxlib's link address of the whl file I was interested in, i.e. the https://whls.blob.core...
above).
But I also had to take care that JAX's version and Jaxlib's were compatible, which compatibility is easy to assess at github.com/google/jax/releases: just pick the last two of each (!)the version numbers! nothing to download from there.
tested with the versions explicited above. I.e. python3.8-64 & jax==0.3.13 & jaxlib-0.3.7