open_plotly_figure_in_browser#

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