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

Solution: Import the 'norm' module

# Add the following line to the top of your code
from poliastro.util import norm

 

For more information:
poliastro norm