How to plot ellipsoid with interact?
I would like to plot ellipsoid x2a2+y2b2+z2c2=1 in SageMath, where the parameters a,b,c can be changed interactively. I found it what I want here https://www.geogebra.org/m/cqtAE6Sm. But I want to do the same in Sage. How can I do it?