[issue41005] Permission denied: 'xdg-settings' when executing 'jupyter notebook' from command line

SBC King report at bugs.python.org
Wed Jun 17 09:28:57 EDT 2020


SBC King <krishnasai.chivukula at gmail.com> added the comment:

error was caused by the permission problem with 'xdg-settings'. I checked that Google Chrome is my default browser. I tried the following command by changing the c.NotebookApp.allow_root to True in the jupyter_notebook_config.py file, and it can successfully open jupyter notebook in the browser Safari:
sudo jupyter notebook. this is just a workaround however.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41005>
_______________________________________


More information about the Python-bugs-list mailing list