Open up your Jupyter config file. The default is on ~/.jupyter/
but I put it on Dropbox.
Now, edit the config file to reflect the following settings (on macOS). If you don't have a config file, you must create it first (jupyter notebook --generate-config
).
c.NotebookApp.browser = u'open -a /Applications/Google\ Chrome\ Canary.app %s'
Now, try jupyter notebook
and then the browser should pop up with the notebook page.