美文网首页
Jupyter Notebook 安装及使用教程

Jupyter Notebook 安装及使用教程

作者: 测试有话说 | 来源:发表于2021-02-01 20:42 被阅读0次

Jupyter Notebook是基于网页的用于交互计算的应用程序。其可被应用于全过程计算:开发、文档编写、运行代码和展示结果。
pip3 install jupyter

jupyter notebook --help

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

相关文章

网友评论

      本文标题:Jupyter Notebook 安装及使用教程

      本文链接:https://www.haomeiwen.com/subject/nhmstltx.html