I am attempting to run Prophet (fbprophet) in an Azure Notebook. I have installed prophet using the terminal window and it is listed as an installed package (prophet (0.1.1.post1)).
When I attempt to import the Prophet module using either of the following commands in a Notebook cell I receive the error message; "ModuleNotFoundError: No module named 'prophet'"
from fbprophet import Prophet
or
from prophet import Prophet
Could someone please assist...thank you.

or upvote
which might help other community members reading this thread.