As with Scipy
a large number of resources are available to help you work with numba including a 5 minute introduction.
Explore this in a new notebook and then revisit our $\pi$ calculators from earlier and see if you can use numba to improve their performance, what effect does it have in these cases.
Our Now code mandelbrot example has the opportunity to use numba
effectively?
Alternatively try using numba with your existing