jzztf/wiki

py-jupyternotebook-install

jzztf opened this issue · 0 comments

jzztf commented

jupyter notebook安装

  • python2
$ python -m pip install --upgrade pip
$ python -m pip install jupyter
  • python3
$ python3 -m pip install --upgrade pip
$ python3 -m pip install jupyter
  • 启动
$ jupyter notebook