Make animation using Python but give me an error, animation can’t appear
I want to plot animation of y=omega*x^2, which omega is -3 into 3 with step size 0.25, x from -4 into 4 with step size 0.001. I’m new studying plot animation in Python.
I try to make a code but give me an error as follows and no animation appear.