Skip to content

Commit 5e95069

Browse files
jstacclaude
andcommitted
Update link to point to numba.html instead of parallelization.html
The parallel programming lecture reorganization moved the Numba parallelization exercise to numba.md. Update the link accordingly. Related to QuantEcon/lecture-python-programming.myst#429 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7efed41 commit 5e95069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/jax_intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ jnp.allclose(z_vmap, z_mesh)
674674
:label: jax_intro_ex2
675675
```
676676

677-
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.
677+
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.
678678

679679
The code was accelerated by Numba-based multithreading.
680680

0 commit comments

Comments
 (0)