Open Plotly Express Graphs offiline

不打扰是莪最后的温柔 提交于 2020-12-15 06:52:20

问题


I was trying the Plotly doc first example but my web page that opens automatically on running the below scatter points code just doesn't open. It keeps loading and loading.

import plotly.express as px
fig = px.scatter(x=[0, 1, 2, 3, 4], y=[0, 1, 4, 9, 16])
fig.show()

How can I plot this graph offline like saving it as a file on my PC.

Thank You

来源:https://stackoverflow.com/questions/65166468/open-plotly-express-graphs-offiline

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!