Mac 安装Jupyter notebook
Posted 桃花十里,浅笑风华
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac 安装Jupyter notebook相关的知识,希望对你有一定的参考价值。
python:mac下自带Python 2.7.10
1.先升级了pip安装工具:sudo python -m pip install --upgrade --force pip
2.安装setuptools 工具:sudo pip install setuptools==33.1.1
3.安装 Python-dateutil:sudo pip install python-dateutil==2.2
4.安装six:sudo pip install --ignore-installed six
5.安装jupyter:sudo pip install jupyter
启动命令:直接在终端输入jupyter notebook
以上是关于Mac 安装Jupyter notebook的主要内容,如果未能解决你的问题,请参考以下文章