How to Solve NameError: name 'cowell' is not defined -- poliastro
Solution: Import the 'cowell' module
# Add the following line to the top of your code
from poliastro.twobody.propagation import cowell
For more information:
poliastro cowell