Hi,

I've recently installed Anaconda on my laptop and have been attempting to 
open a Jupyter notebook.  When I run

jupyter notebook

there's a permission error.  The error reads:

PermissionError: [Errno 13] Permission denied: 
> '/run/user/1000/jupyter/notebook_cookie_secret'
>

I'm able to open the notebook with 

sudo jupyter notebook --allow-root

but I'd rather not have to allow root access every time I open a notebook.

According to this 
<https://stackoverflow.com/questions/42363088/non-root-jupyter-notebook-startup>
 
link, this has something to do with the ownership of a library ending in 
/Library/Jupyter (it's not in my home folder and I haven't found a /Library 
folder).


Any help would be greatly appreciated,

Taner

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/48a3fd0d-c287-4c7e-9fe4-8f3fa127abee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to