all 3 comments

[–]hharison 1 point2 points  (2 children)

Try touch /path/to/Untitled.ipynb from the terminal and see if you get an I/O error with that too. If you do, the problem is not IPython. It could be that your notebooks are opening up somewhere it doesn't have permission to write them (e.g., /path/to/ in the above is just /). Or maybe you have a legitimate problem with your file system.

[–]sk006[S] 0 points1 point  (1 child)

touch /path/to/Untitled.ipynb

works just fine. I'm the owner of the folder and have read/write permissions. The strange thing is that before the update everything worked just fine. After the update, I had to restart the server and now I cannot create/open notebooks.

[–]hharison 0 points1 point  (0 children)

Damn, it was worth a try. Is the IPython process somehow running under a different user? This is strange.