Hi, I am having trouble saving a plotly generated charts.
According to documentation to save it as png I’m using fig.write_image(“images/fig1.png”). This doesn’t seem to work however. Did anyone else experience this issue before? Exporting to html works fine. Saving plots from matplotlib works too.
When you say fig.write_image, are you talking about using kaleido ? Do you have an error message showing ?
If you can provide a little code snippet, it would be super helpful