I'm on Linux Mint. I have Vivaldi set as my default browser. If in my environment I start Python, import the webbrowser module, and use webbrowser.get().open('blah') it opens in Vivaldi. Nonetheless, if I do "jupyter notebook", it opens in Waterfox.
How can I make Jupyter use the correct default browser?
Please note, I am NOT asking how to set the browser used by Jupyter. I know about the c.NotebookApp.browser variable in Jupyter config and I don't want to do that, because I don't want Jupyter to have a custom browser setting. I am asking how to get Jupyter to correctly use the DEFAULT browser that is already set, so that if I change my default browser, Jupyter will also change to use the new default.