error in demo web page code for line plot_plotly(m, forecast) for windows 11
- Dominant language
- Python
- Stars
- 20.4k
- Forks
- 4.6k
- Avg merge
- 19h 52m
- Merged PRs (30d)
- 1
Description
error in web page code for line plot_plotly(m, forecast) for windows 11
https://facebook.github.io/prophet/docs/quick_start.html#python-api
plot_plotly(m, forecast)
Traceback (most recent call last):
Debug Console, prompt 22, line 1
#S_prophet_test_apr16
File "c:\my_py_environments\py_env_jan_2023\lib\site-packages\prophet\plot.py", line 595, in plot_plotly
data.append(go.Scatter(
builtins.NameError: name 'go' is not defined

prophet was installed several day ago from pypy
by
pip install prophet

Contributor guide
Research direction
Start with the Python API quick-start page and the plot_plotly(m, forecast) entry point, then reproduce the traceback in prophet/plot.py around line 595 on Windows 11. Done means the documented line-plot example runs without the reported NameError and the quick-start instructions accurately describe any required setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- plotly, python
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100