I'm running Ubuntu 18.04.1 and conda 4.5.8 jupyter 4.4.0.
After installing Anaconda and running "jupyter notebook", the browser does open a new tab.
However when I tried to create a new notebook, I got the following error:
"An error occurred while creating a new notebook".
The error message is "Permission denied: Untitled1.ipynb".
Followings are the error messages occurred in the backend.
I 10:52:08.266 NotebookApp] Creating new notebook in
[W 10:52:08.287 NotebookApp] 403 POST /api/contents (127.0.0.1): Permission denied: Untitled.ipynb
[W 10:52:08.288 NotebookApp] Permission denied: Untitled.ipynb
[I 11:02:38.571 NotebookApp] Creating new notebook in
[W 11:02:38.581 NotebookApp] 403 POST /api/contents (127.0.0.1): Permission denied: Untitled.ipynb
[W 11:02:38.581 NotebookApp] Permission denied: Untitled.ipynb
How can I fix this?