harrism / numba_examples

Examples using Numba.
140 stars 74 forks source link

mandelbrot_numba.ipynb errata #6

Open bloedrivier opened 1 year ago

bloedrivier commented 1 year ago

In[13]: imshow(gimage)

should be

In[13]: imshow(d_image)

harrism commented 1 year ago

PR welcome.