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.55k stars 4.54k forks source link

Importing plotly failed. Interactive plots will not work #2619

Closed torsten156 closed 2 months ago

torsten156 commented 2 months 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 2 months ago

I fixed the issue.