1 | initial version |
I found the answer myself... writing it up here in case other Mac users have the same question:
Edit the file /Applications/SageMath-8.0.app/Contents/Resources/sage/local/etc/jupyter/jupyter_notebook_config.py so that it has the following line somewhere:
c.NotebookApp.ip = '*'
Restart Sage App afterwards.