安装

$ python -m pip install jupyter
具体安装详官网: https://jupyter.org/install

使用

在指定位置打开cmd,然后执行命令:

$ workon Py3_spider  # 进入相应的虚拟环境
$ jupyter notebook  # 启动jupyter

jupyter notebook使用

相关文章:

  • 2021-04-15
  • 2021-07-15
  • 2021-04-12
  • 2021-07-30
  • 2021-12-28
  • 2021-07-07
猜你喜欢
  • 2021-06-04
  • 2021-05-23
  • 2021-08-19
  • 2021-11-19
  • 2021-05-07
  • 2021-08-06
相关资源
相似解决方案