How to create plots and save them without opening each plot?

Is there a kind of ‘display=False’ argument for plotly.offline.plot(fig, filename=…)?

Adding ‘auto_open=False’ did the trick.