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

    怎么让jupyter运行?

    yangyang2020-02-12 10:36:35原创7815

    启动Jupyter notebook的方法:(推荐:jupyter使用教程

    利用命令行模式(Mac或Linux,Windows上的命令提示符)使用下面的命令即可启动:

    jupyter notebook

    同时会在终端打印一些notebook服务器的信息,和自动打开浏览器

    $ jupyter notebook
    [I 08:58:24.417 NotebookApp] Serving notebooks from local directory: /Users/catherine
    [I 08:58:24.417 NotebookApp] 0 active kernels
    [I 08:58:24.417 NotebookApp] The Jupyter Notebook is running at: http://localhost:8888/
    [I 08:58:24.417 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).

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

    专题推荐:jupyter
    上一篇:装完jupyter怎么打开? 下一篇:怎么新建一个jupyter文件?

    相关文章推荐

    • 怎样查看jupyter中的python环境?

    全部评论我要评论

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

  • 取消发布评论
  • 

    Python学习网