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

    怎样在python里安装jupyter?

    yangyang2020-02-24 10:12:29原创5543

    pip 是 Python 包管理工具,该工具提供了对Python 包的查找、下载、安装、卸载的功能。Python 2.7.9 + 或 Python 3.4+ 以上版本都自带 pip 工具。(推荐:jupyter使用教程

    安装Jupyter notebook

    环境:win10,python3.7

    在终端直接使用下面的命令即可安装jupyter notebook

    pip install jupyter notebook

    启动Jupyter notebook

    在终端直接使用下面的命令即可启动Jupyter notebook

    jupyter notebook

    更多python知识请关注python视频教程

    专题推荐:jupyter
    品易云
    上一篇:怎么更改jupyter打开的网页? 下一篇:装了虚拟环境怎么使用jupyter?

    相关文章推荐

    • 怎么打开我的jupyter?• 怎么在jupyter上运行程序?• 怎么更改jupyter的home文件路径?

    全部评论我要评论

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

  • 取消发布评论
  • 

    Python学习网