I have a quick question. I have recently started to use plotly offline.
I am running machine learning experiments which saves huge amount of images, in the order of 100s.
I want to close the figures created using plotly.
Previously, I have used matplotlib library, where I used matplotlib.pyplot.close() to close the figures. I would like to know the equivalent of this in plotly.
Can you please help me in this regard?