When encountering this problem, you only need to delete the hidden file .ipynb_checkpoints
, the steps are as follows
1. First cd
to the home directory
2. List all files in the directory by ls -a
3. Delete the hidden file by rm -rf .ipynb_checkpoints
, and then check by ls -a