Open up your terminal and copy/paste the following
# Install Brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Install pip
easy_install pip
# Install jupyter and other packages
pip install jupyter numpy scipy sklearn
Start up Jupyter Notebook
jupyter notebook