As cqcn1991 said, you first need to generate a configuration file.
After drilling from my home path here, where I found the executable to create the configuration file and how I created it.
I also had to reference the jupyter s executable. /, since I apparently do not have this in my path, but he will add it.
cd /Users/myMac/anaconda2/bin ./jupyter notebook --generate-config Writing default config to: /Users/myMac/.jupyter/jupyter_notebook_config.py
Then I found the configuration file in my home directory.
source share