We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86f5f39 commit 3938cf7Copy full SHA for 3938cf7
backtesting/_plotting.py
@@ -55,7 +55,7 @@
55
warnings.warn('Jupyter Notebook detected. '
56
'Setting Bokeh output to notebook. '
57
'This may not work in Jupyter clients without JavaScript '
58
- 'support (e.g. PyCharm, Spyder IDE). '
+ 'support, such as old IDEs. '
59
'Reset with `backtesting.set_bokeh_output(notebook=False)`.')
60
output_notebook()
61
0 commit comments