jupyter报错: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)

大概的意思是数据率超出?

解决博客:https://blog.csdn.net/LaoChengZier/article/details/80705298

要重启!!!!

但是我修改完后,初试目录也变了??

这里给出修改初始目录的方法:
在jupyter_notebook_config.py中找到并修改如下配置项:

 #c.NotebookApp.notebook_dir = ''

删除前面的 # 号,在后面的单引号里输入要设置的目录路径,保存关闭

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。