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
- 参考:
- pip安装: https://github.com/jzztf/jzztf.github.io/issues/24
- jupyter notebook: https://jupyter.org/install