How to Solve NameError: name 'hvPlot' is not defined -- hvplot

Solution: Import the 'hvPlot' module

# Add the following line to the top of your code
from hvplot import hvPlot

 

For more information:
hvplot hvPlot