美文网首页
jupyter报错:IOPub data rate exceed

jupyter报错:IOPub data rate exceed

作者: Thunder_Storm | 来源:发表于2020-02-24 15:25 被阅读0次

    报错代码:

    
    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 = ''
    

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

    相关文章

      网友评论

          本文标题:jupyter报错:IOPub data rate exceed

          本文链接:https://www.haomeiwen.com/subject/xupvqhtx.html