I would like to change the default browser for starting the Jupyter Notebook directly from Anaconda Navigator (the current browser is Chrome, but I want to open the notebook in Safari).
I can start Jupyter Notebook in Safari by running the following code in Terminal: jupyter notebook --browser safari
(based on this answer).
Is there a way to define a different browser for launching the notebook from the Navigator?