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

Solution: Import the 'plot_solar_system' module

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

 

For more information:
poliastro plot_solar_system