facebook / prophet

Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.
https://facebook.github.io/prophet
MIT License
18.28k stars 4.51k forks source link

Importing plotly failed. Interactive plots will not work #2619

Closed torsten156 closed 1 week ago

torsten156 commented 1 week ago

Hi, I'm using Spyder IDE to dev my python scripts. I have installed neuralprophet and also plotly in virtual env. I'm try some examples and get always the same message after the start.

Importing plotly failed. Interactive plots will not work

The script works fine, but after the forecast I would like to plot the figures and the script stop/freez.

What can I do to plot the figures?

BR Torsten

torsten156 commented 1 week ago

I fixed the issue.