美文网首页
jupyter notebook for mac

jupyter notebook for mac

作者: AncientMing | 来源:发表于2021-03-26 22:08 被阅读0次

    1.先升级了pip安装工具:sudo python -m pip install --upgrade --force pip

    2.安装setuptools 工具:sudo pip3 install setuptools==33.1.1

    3.安装 Python-dateutil:sudo pip3 install python-dateutil==2.2

    4.安装six:sudo pip3 install --ignore-installed six

    5.安装jupyter:sudo pip3 install jupyter

    启动命令:直接在终端输入 jupyter notebook

    相关文章

      网友评论

          本文标题:jupyter notebook for mac

          本文链接:https://www.haomeiwen.com/subject/hxwshltx.html