JupyterNotebook配置

xiaoxiao2021-02-28  107

学到文本抓取器fetch_20newsgroups,使用后本来想print一下,发现jupyter报错

IOPub data rate exceeded. 最后通过修改Jupyter的配置解决

解决方法如下:

1.打开Terminal,输入jupyter notebook --generate-config。

2.通过Terminal的显示找到config文件的路径

3.在config文件中搜索iopub_data_rate_limit,去掉注释并且将后面的限制值多加几个0(如下图),就解决了。

转载请注明原文地址: https://www.6miu.com/read-61406.html

最新回复(0)