安装 Jupyer 很简单,查看官网,可知道用 pip 直接安装。

Python:在 Win10 上安装 Jupyter
打开命令行,执行 pip install jupyter 就会帮你安装 jupyter 及其它的一些依赖项。

安装完毕后执行 jupyter notebook 就会在浏览器打开 jupyter 了。

Python:在 Win10 上安装 Jupyter

相关文章:

  • 2021-09-07
  • 2021-12-27
  • 2022-01-23
  • 2022-12-23
  • 2021-09-23
  • 2021-09-09
  • 2021-05-20
  • 2021-04-16
猜你喜欢
  • 2021-08-08
  • 2021-10-23
  • 2022-01-18
  • 2021-12-01
  • 2021-07-30
  • 2021-12-07
  • 2021-06-29
相关资源
相似解决方案