gpt4 book ai didi

plotly - Uncaught Error : Script error for "plotly" http://requirejs. org/docs/errors.html#scripterror

转载 作者:行者123 更新时间:2023-12-04 16:37:41 24 4
gpt4 key购买 nike

我在学习plotly来自某人的代码,但每次当我尝试运行特定代码以查看目标列以查看数据集的平衡程度时,
弹出错误消息, session 中断。
弹出错误消息:

Error occurred while loading the notebook: Uncaught Error: Scripterror for "plotly" http://requirejs.org/docs/errors.html#scripterror


给我错误的代码
fig = px.histogram(
train_df,
x=target_column,
color=target_column,
color_discrete_sequence=px.colors.qualitative.G10,
)
fig.update_layout(
title_text='Target distribution', # title of plot
xaxis_title_text='Value', # xaxis label
yaxis_title_text='Count', # yaxis label
bargap=0.2, # gap between bars of adjacent location coordinates
paper_bgcolor=primary_bgcolor,
plot_bgcolor=primary_bgcolor,
)
fig.update_xaxes(
title='Target class',
categoryorder='category ascending',
)
fig.show()
访问文档后,我知道这是与浏览器相关的错误,但我不明白如何防止它。我正在使用 chrome浏览器和 kaggle核心。

最佳答案

我遇到过同样的问题。
加载 Plotly 的源似乎存在问题。更改笔记本模式可能会有所帮助。

from plotly.offline import plot, iplot, init_notebook_mode
init_notebook_mode(connected=True)
取自这里:
https://www.kaggle.com/product-feedback/138599

关于plotly - Uncaught Error : Script error for "plotly" http://requirejs. org/docs/errors.html#scripterror,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67419817/

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