已经有了python3环境(不通过anaconda安装),首先升级python的包管理器 pip
You are using pip version 18.1, however version 19.2.3 is available.
You should consider upgrading via the ‘pip install --upgrade pip‘ command.
python3 -m pip install --upgrade pip
然后,安装jupyter
python3 -m pip install jupyter
在mac terminal中运行 如下
jupyter notebook
安装成功后,notebook网页会自动打开(或者 复制提升的网址到浏览器)
原文:https://www.cnblogs.com/wooluwalker/p/11627604.html