In the video of Section 3 Unit 14, you wrote
import matplotlibpyplot as plt
and it turns into the followinf error message
--------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) <ipython-input-6-478fc3098830> in <module> 3 from iexfinance.stocks import get_historical_data 4 from datetime import datetime ----> 5 import matplotlibpyplot as plt ModuleNotFoundError: No module named 'matplotlibpyplot' Please reply this message with the right library name. Thank you