0

My jupyter notebook command stopped working, and I believe it is because my .jupyter directory is behaving strangely. If I try to delete it, it neither errors or gets deleted. For example, this works, but should not.

rm -rf .jupyter
cd .jupyter 

If I then run,

touch hello.txt

I get touch: hello.txt: Invalid argument Has anyone run into this and solved it?

More Info

I don't think it's a symlink:

(py36) ➜  ~ ls -halt .jupyter
total 0
drwxr-xr-x+ 389 shleifer staff 13K Jul  5 19:25 ../
drwxr-xr-x   10 shleifer staff 320 Dec 28  2019 ./
Sam Shleifer
  • 1,716
  • 2
  • 18
  • 29

0 Answers0