Hi,

I use plotly in the research enviroment for charting. It seems that iframe is used as a renderer - I wonder if it's possible to output the chart in a new tab in the default browser (to have it bigger than in an iframe).

I tried fig.show(renderer="browser") or renderer="chrome" but I get an error that no browser can be found.

Same in a local research enviroment (JupyterLab).

Has someone tried this with success (or used any other renderer than iframe?)

Thanks!

Author