gpt4 book ai didi

express - plotly express plotly 未在 jupyter notebook 中显示

转载 作者:行者123 更新时间:2023-12-05 03:55:58 27 4
gpt4 key购买 nike

我正在使用 plotly express 并且只是从我的 jupyter notebook 中复制了以下网站的官方示例。运行 fig.show() 后绘图没有显示。

https://plot.ly/python/plotly-express/

import plotly.express as px
df = px.data.iris()
fig = px.scatter(df, x="sepal_width", y="sepal_length")
fig.show()

我确实安装了 pip3 install dash==1.8.0

我正在使用 python 3.5

感谢您的帮助。

问候


更新:

我想我必须直接从 .py 文件运行它,而不是使用 jupyter notebook。它有时有效。有时,它在打开新浏览器后不起作用。错误说:

无法访问此站点127.0.0.1 拒绝连接。

不确定是什么问题?

有人可以帮忙吗?谢谢

最佳答案

您需要安装ipywidgets

$ pip install "notebook>=5.3""ipywidgets>=7.2"

或者如果你使用 conda

$ conda install "notebook>=5.3""ipywidgets>=7.2"

然后重新启动您的 Jupyter notebook。

参见 getting started官方文档(Jupyter Notebook 支持部分)。

关于express - plotly express plotly 未在 jupyter notebook 中显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59812824/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com