The code hangs / freezes in when writing png image. <img width="601" height="250" alt="Image" src="https://github.com/user-attachments/assets/303c786a-6edc-4966-820e-fb9058e196c3" /> Updating following package versions in requirements.txt plotly<6.1.0 kaleido==0.2.1 to plotly>=6.1 kaleido>=1.0 Solves the issue for me. <img width="422" height="437" alt="Image" src="https://github.com/user-attachments/assets/6e779f3d-2522-4859-9af0-424b125f80a1" />
The code hangs / freezes in when writing png image.
Updating following package versions in requirements.txt
plotly<6.1.0
kaleido==0.2.1
to
plotly>=6.1
kaleido>=1.0
Solves the issue for me.