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

    怎么开启jupyter notebook?

    yangyang2020-02-10 11:38:24原创6094

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

    当你安装完成后,你就可以启动Jupyter notebook了,利用命令行模式(Mac或Linux,Windows上的命令提示符)

    jupyter notebook

    这将打印关于终端中的notebook服务器的一些信息,包括web应用程序的URL

    $ 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).

    之后,notebook会自动打开你电脑上的默认浏览器,这时你会看到有一系列文件,子目录。大多数情况下,都是你电脑里的一些文件。通常这将是您的主目录。

    打开一个特定的笔记本:

    jupyter notebook notebook.ipynb

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

    专题推荐:jupyter
    品易云
    上一篇:怎么使用乌班图中的jupyter? 下一篇:怎么放大jupyter的字体?

    相关文章推荐

    • 怎么用jupyter运行指定位置的文件• 怎么删除jupyter其他内核?• 怎么用anaconda打开jupyter?• 怎么通过jupyter运行python?

    全部评论我要评论

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

  • 取消发布评论
  • 

    Python学习网