Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lectures/jax_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ jnp.allclose(z_vmap, z_mesh)
:label: jax_intro_ex2
```

In the Exercise section of [a lecture on Numba and parallelization](https://python-programming.quantecon.org/parallelization.html), we used Monte Carlo to price a European call option.
In the Exercise section of [a lecture on Numba](https://python-programming.quantecon.org/numba.html), we used Monte Carlo to price a European call option.

The code was accelerated by Numba-based multithreading.

Expand Down
Loading