• 技术文章 >常用工具 >Jupyter

    windows下安装jupyter notebook

    FXLFXL2020-01-17 14:22:07原创5563

    打开cmd,切换到 D:\SoftWare\Python\Python36\Scripts目录下。

    当然,若大家是默认安装的话,则在C:\Users\Administrator\AppData\Local\Programs\Python\Python36\Scripts 目录下 ,或者将该目录添加到 path,就不用切换了。

    依次执行如下命令:

    C:\Users\Administrator>cd /d D:\
    D:\>cd D:\SoftWare\Python\Python36\Scripts

    af698a466c10c74520cdcb6e5970999.png

    D:\SoftWare\Python\Python36\Scripts>pip install jupyter

    74a2842dc9ba9fff15cc9bceecaf58c.png

    安装成功,如下图所示:

    44d03e8e3a53bea5241d11ee4099d0c.png

    相关文章教程推荐:jupyter教程

    专题推荐:windows 安装 jupyternotebook
    品易云
    上一篇:怎样更改jupyter默认文件保存路径 下一篇:查看jupyter文件存储路径

    相关文章推荐

    • 怎样用jupyter导入excel数据• 怎么更改jupyter背景颜色• 怎样更改jupyter默认文件保存路径

    全部评论我要评论

    © 2021 Python学习网 苏ICP备2021003149号-1

  • 取消发布评论
  • 

    Python学习网