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

    怎样用命令安装jupyter

    MO_ONMO_ON2020-01-17 11:51:06原创3615

    怎样用命令安装jupyter?

    jupyter notebook的安装和启动

    相关推荐:jupyter教程

    jupyter notebook是一款网页版的Python编辑器组件,下面介绍在Windows系统下的jupyter notebook的安装和启动方法。

    1.打开Windows命令行窗口cmd

    e31f6e76a7f0c102abbcc3a48281ec5.png

    2.查看已安装组件:python -m pip list

    807ffe0058b2c61792fcad1984d0dc6.png

    2.jupyter notebook安装命令:pip install jupyter

    3.jupyter notebook启动命令:jupyter notebook

    c357c7fa189ec617420a57cd8c66d00.png

    4.启动之后,会自动启动jupyter notebook的浏览器页面

    b1c2ba12eb751583171819967a1a803.png

    5.点击new按钮下的Python3,打开编辑器页面,可以进行Python代码编写了。

    66c98167b359b2607825644bdb3b91f.png

    专题推荐:jupyter
    品易云
    上一篇:怎么在win10上装jupyter 下一篇:怎样用jupyter导入excel数据

    相关文章推荐

    • 怎么添加jupyter快捷键• 怎么使用jupyter打开py文件• 怎么更改jupyter保存地址

    全部评论我要评论

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

  • 取消发布评论
  • 

    Python学习网