我有一个 JupyterLab 笔记本,当我尝试保存它时,它会抛出以下错误。
File Save Error for ld_matrix.ipynb
Invalid response: 413 Request Entity Too Large
Run Code Online (Sandbox Code Playgroud)
该笔记本包含一个图像图(通过Bokeh imageplot),大约 200 KB(所以不是很大)。
我尝试在 Jupyter 配置中增加c.NotebookApp.max_body_size(请参阅Jupyter 配置文档),但这没有帮助。我也尝试c.NotebookApp.max_buffer_size过也无济于事。
Jupyter 版本:
jupyter core : 4.7.0
jupyter-notebook : 6.1.5
jupyter client : 6.1.7
jupyter lab : 2.2.9
Run Code Online (Sandbox Code Playgroud)