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

    怎么运行网页版jupyter?

    yangyang2020-02-19 15:01:25原创22895

    运行网页版jupyter的方法介绍:(推荐:jupyter使用教程

    1、在安装之前装好Python

    虽然Jupyter运行许多编程语言的代码,但是安装Jupyter笔记本程序需要Python (Python 3.3或更高版本,或Python 2.7)。

    2、安装jupyter

    首先得确保有最新的pip,老版本可能会有一些问题。

    pip3 install --upgrade pip

    安装:

    pip install jupyter notebook

    3、运行jupyter

    当你安装完成后,你就可以启动Jupyter notebook了,利用命令行模式执行下面的命令即可启动jupyter,同时会启动网页版jupyter。

    Jupyter notebook

    网页版界面如下:

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

    专题推荐:jupyter
    上一篇:怎么在jupyter安装r? 下一篇:装完anaconda打不开jupyter怎么解决?

    相关文章推荐

    • 怎么用jupyter打开py文件?• 怎么看jupyter使用的端口?• 怎么在网页上用jupyter?• 怎么在jupyter中添加文件?

    全部评论我要评论

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

  • 取消发布评论
  • 

    Python学习网