Hi, I cannot reproduce this experiment. It took 60 minutes to draw the car image. Although there was no error or warning, there was no output. Jupyter notebook showed that it was running all the time. I am using the windows-based cpu version. How should I deal with this situation?
Hi, I cannot reproduce this experiment. It took 60 minutes to draw the car image. Although there was no error or warning, there was no output. Jupyter notebook showed that it was running all the time. I am using the windows-based cpu version. How should I deal with this situation?
You probably hit the bug of plotly. Try uncomment fig.show(), and comment out the line with fig.to_image
Thanks for your reply, I have solved the problem