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

2020-06-21 Thread SBC King
SBC King added the comment: yeah I've updated the pr please review -- ___ Python tracker <https://bugs.python.org/issue41005> ___ ___ Python-bugs-list m

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

2020-06-21 Thread SBC King
SBC King added the comment: yeah there is a bug as web browsers won't open when you launch them from python code please have a look at this issue posted on jupyternotebook github : https://github.com/jupyter/notebook/issues/3746 It was posted on the wrong place as it was not an issue

[issue32068] textpad from curses package isn't handling backspace key

2020-06-18 Thread SBC King
SBC King added the comment: I would create a pull request -- nosy: +SBC King ___ Python tracker <https://bugs.python.org/issue32068> ___ ___ Python-bugs-list m

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

2020-06-17 Thread SBC King
SBC King 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 success

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

2020-06-17 Thread SBC King
New submission from SBC King : 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 su