gpt4 book ai didi

python - Jupyter 笔记本中的 Numpy 负载 "IOPub data rate exceeded."

转载 作者:太空宇宙 更新时间:2023-11-03 14:05:23 24 4
gpt4 key购买 nike

我以 numpy pickle 格式存储了一个大字典文件。我可以在旧的 jupyter notebook 应用程序中打开它。但是,在较新的版本中,当我运行此行时,我看到了 IOPub 错误。

big_dict = np.load('a_large_dictionary.npy').all()

错误:

IOPub data rate exceeded.
The notebook server will temporarily stop sending output
to the client in order to avoid crashing it.
To change this limit, set the config variable
`--NotebookApp.iopub_data_rate_limit`.

似乎在后台发生了一些我无法控制的事情。这很奇怪,因为我没有尝试在 NotebookApp 中加载/查看此文件的内容!

有什么想法吗?如何在不编辑 Notebookapp 配置的情况下加载大文件? (同样,我不想将我刚刚从文件中读取的内容显示到变量中。)

最佳答案

使用

jupyter notebook --NotebookApp.iopub_data_rate_limit=2147483647

启动笔记本时解决了我的问题。来源:https://github.com/JuliaLang/IJulia.jl/issues/528

关于python - Jupyter 笔记本中的 Numpy 负载 "IOPub data rate exceeded.",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44110174/

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