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

Solution: Import the 'iss' module

# Add the following line to the top of your code
from poliastro.examples import iss

 

For more information:
poliastro iss