-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backtest plotting results in empty graph #840
Comments
This issue falls in line with #803 Currently having to use python 3.8 with bokeh 2.4.3 |
Workaround |
And thats working with python 3.9? |
Yes. |
Just ran it with python 3.11. And got that working. Sticking with bokeh 2.4.3 for now. |
hmmm, I am also using python 3.9, and somehow this working around doesn't work |
I also needed to restart my Jupyter notebook… otherwise idk why it would not work for u |
Downgrading BokehJS from v3.0.3 to v2.4.3 worked for me too (Windows, Python 3.10, Jupyter server 6.4.12, IPython 8.4.0). |
I'm getting: Javascript Error: unable to decode an object of type 'Row' |
I take it back! something must have been cached. I ended up shutting down and actually restarting my machine and it worked! ugh. |
I'm running backtesting.py on vscode. I can see the chart displayed however I cannot see the stats. Any recommendation? |
Expected Behavior
Graph should not be empty
Actual Behavior
There are also tons of warnings in the console...
Steps to Reproduce
Additional info
bokeh.__version__
: 3.0.2yes there are stats if I run the strategy:
The text was updated successfully, but these errors were encountered: