报错代码:
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 = ''
删除前面的 # 号,在后面的单引号里输入要设置的目录路径,保存关闭
网友评论