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
Look in your home directory for a .jupyter folder.
It should contain the file according to the docs:
The notebook web server can also be configured using Jupyter profiles and configuration files. The Notebook web server configuration options are set in a file named jupyter_notebook_config.py in your Jupyter directory, which itself is usually .jupyter in your home directory.
If the .jupyter folder does not contain a jupyter_notebook_config.py file, you need to generate it with jupyter notebook --generate-config.