Converting Figure type outputs to plotly figure

Hi friends
There are some libraries in python which generate Figure type outputs for reporting the result of the processes they do. One of them is “plot_diagnostics function of auto_arima” and many more.
This function returns a Figure type object which contains a lot of details about the results and are very informational results. What I am looking for now, is to find a function to plot these plots in Plotly window and use the features of the Plotly. Is there a way to convert this standard Figure type to Plotly plot?