$ xcode-select --install
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew install Caskroom/cask/miniconda
$ echo PATH="/usr/local/miniconda3/bin:$PATH" >> ~/.bash_profile
$ source ~/.bash_profile
$ conda install numpy scipy pandas scikit-learn matplotlib jupyter
$ echo backend : TkAgg > ~/.matplotlib/matplotlibrc
$ jupyter notebook
=> Jupyter Notebook starts if all installations are completed