step1: 安装jupyter
python3 -m pip install jupyter
step2: 启动jupyter
cd /Library/Python/3.8/bin
./jupyter notebook
见下图表示运行成功
step3: 使用jupyter
新建hello.py