These instructions cover installing a Python 3 + Jupyter Notebook + Descartes Labs stack on a clean Mac High Sierra OS X system. There are a few optional applications noted that are fun, but not necessary to get the stack running. I use Anaconda/conda for package management & installation.
sudo xcodebuild -license
git config --global user.email "[email protected]"
git config --global user.name "xx"