I use ipynb-file. When I try to import prophet library I get this:
ModuleNotFoundError: No module named 'prophet'.
But this package is installed and it is in my current environment. Jupyter server's interpreter have prophet library. When I move cursor to name of library, DataSpell shows its info:
If I execute from prophet import Prophet in python console everything is OK! I think problem is in Jupyter notebook, but can't find it.
