I wnt to generate static output images directly from the pyton code I created for my figure. I’m using offline plotly. The code goes as follows to generate the plot in the browser and then save it to PNG:
offline.plot(fig, image=‘png’)
I want to save it to PNG without having to generate a new browser window. Is it possible?