Hi there, I run an example similar to this link Static image export in Python (plotly.com)
For some reason there is image saved/created running the same exact code:
‘’’
fig.write_image(“images/fig1.png”)
‘’’
My py script still left running but noting created other than the “images” folder.
Does anyone has this problem?