I want to export the generated citobands in Dash to a JPG. I am currently doing this for some graphs with the method [write_image](https://plotly.github.io/plotly.py-docs/generated/plotly.io.write_image.html)
fig.write_image(img_path, engine="kaleido")
My question is: is there any workaroung to export a citoband to png doing something similar as this?