解决办法
I temporarily solved it by typing at a shell prompt:
> jupyter notebook --generate-config
and then uncomment/edit the line of the file ~/.jupyter/jupyter_notebook_config.py (just created), into
c.NotebookApp.browser = 'Safari'
(to
have Safari explicitly indicated)