How to Solve NameError: name 'ellipsoid' is not defined -- skimage
Solution: Import the 'ellipsoid' module
To Solve the error, add the following line to the top of your code.
from skimage.draw import ellipsoid
For more information:
Python skimage ellipsoid