Skip to content

Commit 3938cf7

Browse files
committed
DOC: Revise warning: Most Jupyter client IDEs now support JavaScript
spyder-ide/spyder-notebook#444 spyder-ide/spyder#20785 #695
1 parent 86f5f39 commit 3938cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backtesting/_plotting.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
warnings.warn('Jupyter Notebook detected. '
5656
'Setting Bokeh output to notebook. '
5757
'This may not work in Jupyter clients without JavaScript '
58-
'support (e.g. PyCharm, Spyder IDE). '
58+
'support, such as old IDEs. '
5959
'Reset with `backtesting.set_bokeh_output(notebook=False)`.')
6060
output_notebook()
6161

0 commit comments

Comments
 (0)