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

Solution: Import the 'OrbitPlotter3D' module

# Add the following line to the top of your code
from poliastro.plotting import OrbitPlotter3D

 

For more information:
poliastro OrbitPlotter3D