OutputMode#
API documentation for tradeexecutor.utils.notebook.OutputMode Python class in Trading Strategy framework.
- class OutputMode[source]#
- Bases: - Enum- What is the output mode for the notebook visualisations. - Interactive visualisations work only on the HTML pages that are able to load Plotly.js JavaScripts. - For examples see - setup_charting_and_output().- __init__(*args, **kwds)#
 - Attributes - Output charts as static images - Output charts as interactive Plotly.js visualisations - static = 'static'#
- Output charts as static images 
 - interactive = 'interactive'#
- Output charts as interactive Plotly.js visualisations