1.mac本地安装tensorflow pip install tensorflow 2.验证是否安装成功 python import tensorflow as tf 3.安装jupyter sudo pip install jupyter 4.启动jupyter jupyter notebook