-
-
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
backtesting doesnt plot graph #132
Comments
The UserWarning spells a hint: Jupyter/IPython notebook was detected. This would not work in Jupyter clients without JavaScript support (e.g. PyCharm, Spyder IDE). Spyder is presumably such a client. Reset with import backtesting
backtesting.set_bokeh_output(notebook=False) in your code should help. |
thats it! thanks a lot! |
@kernc hi |
Please see #803. |
If your attempt still can't work maybe you can try the code below, it does work for me. don't type like this: try this: my version info below: |
Expected Behavior
graph to be plot
Actual Behavior
Steps to Reproduce
while running the code in spyder:
Additional info
The text was updated successfully, but these errors were encountered: