• 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

  • 相关阅读:
    Sword 17
    Sword 16
    Sword 15
    Sword 14-II
    Sword 14-I
    Sword 13
    Sword 11
    Sword 10-II
    Sword 10
    【python+selenium】三种等待方式
  • 原文地址:https://www.cnblogs.com/jojo276/p/6705573.html
Copyright © 2020-2023  润新知