pyenv install 3.7.0
pyenv local 3.7.0
brew install graphviz
pip install -r requirements.txt
もしzlibがないとか言われたらxcode-select --install
初めてmatplotlibでplotするときはひどく時間がかかる 次回以降は高速
~/.jupyter/custom/を作成し、custom.cssを追加
mkdir -p ~/.jupyter/custom/
.CodeMirror pre, .output pre {
font-family: Monaco;
font-size: 10.5pt;
}