您的位置: 首页 > 文章 > Python:在 Win10 上安装 Jupyter Python:在 Win10 上安装 Jupyter 分类: 文章 • 2024-11-07 09:48:04 安装 Jupyer 很简单,查看官网,可知道用 pip 直接安装。 打开命令行,执行 pip install jupyter 就会帮你安装 jupyter 及其它的一些依赖项。 安装完毕后执行 jupyter notebook 就会在浏览器打开 jupyter 了。