我收到错误消息:
Warning message:
"package 'bindrcpp' was built under R version 3.4.2"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`.
做了一些研究后,我遵循了这篇文章中给出的建议:IOPub data rate exceeded when viewing image in Jupyter notebook
更具体地说,我创建了一个jupyter_notebook_config.py文件,然后注释掉了c.NotebookApp.iopub_data_rate_limit = 1000000这一行并将其更改为更高的默认速率。见下文:
然而,出现了同样的错误。
您的建议将不胜感激。