How to Solve NameError: name 'Orbit' is not defined -- poliastro

Solution: Import the 'Orbit' module

# Add the following line to the top of your code
from poliastro.twobody import Orbit

 

For more information:
poliastro Orbit