I have tried to install Facebook Prophet in Anaconda on Ubuntu following the instructions at:
https://facebook.github.io/prophet/docs/installation.html#installation-in-python.
In Anaconda Navigator, when I click on the environment, fbprophet is listed along with the other installed packages. The problem is that when I try to use fbprophet in Jupyter:
from fbprophet import Prophet
I get an error: "ModuleNotFoundError: No module named 'fbprophet'". It's bizarre because the fbprophet package seems to be installed in my environment according to Anaconda.
Can anyone help, please?
Thanks!