numba_examples
numba_examples copied to clipboard
mandelbrot_numba.ipynb errata
In[13]: imshow(gimage)
should be
In[13]: imshow(d_image)
PR welcome.