讲解对象:【jupyter系列】启动jupyter 作者:融水公子 rsgz 文章出处:360doc个人图书馆[其他平台均为盗版] 提醒:建议大家电脑浏览我的网页,因为手机浏览网页 代码会自动缩成一行,很不方便 启动jupyter的形式:命令行 常见有下面几种情况: jupyter notebook 默认端口启动jupyter notebook --port 9999 指定端口启动jupyter notebook --no-browser 启动但是不打开浏览器 实例: 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). 其中的http网址复制到浏览器打开即可 谢谢大家的支持!可以点击我的头像,进入我的空间浏览更多文章呢。建议大家360doc注册一个账号登录,里面真的有很多优秀的文章,欢迎大家的到来。 ---