安装
$ python -m pip install jupyter
具体安装详官网: https://jupyter.org/install
使用
在指定位置打开cmd,然后执行命令:
$ workon Py3_spider # 进入相应的虚拟环境
$ jupyter notebook # 启动jupyter
$ python -m pip install jupyter
在指定位置打开cmd,然后执行命令:
$ workon Py3_spider # 进入相应的虚拟环境
$ jupyter notebook # 启动jupyter
相关文章: