根据https://jupyter-notebook.readthedocs.io/en/stable/config.html,jupyter_notebook_config.py文件应包含用于设置NotebookApp.max_buffer_sizeInt的行。
NotebookApp.max_buffer_sizeInt
默认值:536870912
获取或设置分配给缓冲区管理器使用的最大内存量(以字节为单位)。
但是,当我生成新的jupyter_notebook_config.py文件时,它不包含该参数。与通常的注释不同,我需要从头开始输入它,并修改我用于配置文件的编号吗?还是最近更改了内存设置系统?