MCPcopy Index your code
hub / github.com/kernc/backtesting.py / _bokeh_reset

Function _bokeh_reset

backtesting/_plotting.py:79–87  ·  view source on GitHub ↗
(filename=None)

Source from the content-addressed store, hash-verified

77
78
79def _bokeh_reset(filename=None):
80 curstate().reset()
81 if filename:
82 if not filename.endswith('.html'):
83 filename += '.html'
84 output_file(filename, title=filename)
85 elif IS_JUPYTER_NOTEBOOK:
86 curstate().output_notebook()
87 _add_popcon()
88
89
90def _add_popcon():

Callers 2

plotFunction · 0.85
plot_heatmapsFunction · 0.85

Calls 1

_add_popconFunction · 0.85

Tested by

no test coverage detected