Unexpected error while saving file: xxx.ipynb database or disk is full

1.尝试解决

https://stackoverflow.com/questions/49175406/jupyter-notebook-operationalerrordisk-i-o-error


ipython profile create
#但报错 ImportError: No module named IPython

尝试安装ipython,但:

pip install ipython

#但报错:
ERROR: Could not install packages due to an EnvironmentError: [Errno 28] 设备上没有空间: 

https://blog.csdn.net/ssjdoudou/article/details/103699042,本链接说是因为tmp文件夹太大了,所以查看文件夹大小:

du -lh --max-depth=1

尝试删除~根目录下的一些文件后,删除20G后,问题解决。

原文地址:https://www.cnblogs.com/BlueBlueSea/p/14767359.html