gpt4 book ai didi

python - 如何更改 .jupyter 的 --NotebookApp.iopub_data_rate_limit?

转载 作者:太空宇宙 更新时间:2023-11-03 21:42:44 26 4
gpt4 key购买 nike

这是我第一次使用 stackoverflow,总的来说,我对编程还很陌生。我尝试从 csv 文件创建一个列表,结果是:

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`.

Current values:
NotebookApp.iopub_data_rate_limit=1000000.0 (bytes/sec)
NotebookApp.rate_limit_window=3.0 (secs)

我想我已经在这里找到了解决我的实际问题的方法...

IOPub data rate exceeded when viewing image in Jupyter notebook

...但是我不知道如何更改我的 jupiter 笔记本的设置来更改 data_rate_limit。

最佳答案

要更改限制,请在命令行中键入以下内容:

jupyter notebook --NotebookApp.iopub_data_rate_limit=10000000

然后打开的笔记本将有新的限制。

关于python - 如何更改 .jupyter 的 --NotebookApp.iopub_data_rate_limit?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52730839/

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