import plotly.io as plyIo img_bytes = fig.to_image(format="png", width=1200, height=700, scale=1) from IPython.display import Image display(Image(img_bytes)).
確定! 回上一頁