open_plotly_figure_in_browser# API documentation for tradeexecutor.visual.image_output.open_plotly_figure_in_browser Python function. open_plotly_figure_in_browser(figure, height=512, width=512)[source]# Open Plotly figure in a browser. Useful for debugging. See https://stackoverflow.com/a/74619515/315168 Parameters: figure (Figure) – Plotly figure height (int) – width (int) – Return type: None