I just started using a Mac, so please forgive me if this sounds too naive.
I\'m trying to install Interactive Parallel
. From https://github.com/ipython/ipyp
As cqcn1991 said, you first need to generate the config file.
After drilling down from my home path here's where I found the executable to generate the config file and how I generated it.
I also had to reference the jupyter executable file with ./ as I apparently don't have that in my path just yet but 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 did find the config file in my home directory.