1. 问题描述
使用 Pycharm 启动 Jupyter 时,报错如下,
jupyter server process exited with code 1
2. 原因和解决方法
Pycharm 启动 jupyter 时,默认的 arguments 是 notebook --no-browser
,因为我只安装了 jupyterlab,并没有安装 juypter notebook,所以报错。
解决方法,将 notebook --no-browser
,修改为,
lab --no-browser
就解决了。文章来源:https://www.toymoban.com/news/detail-853353.html
完结!文章来源地址https://www.toymoban.com/news/detail-853353.html
到了这里,关于Pycharm jupyter server process exited with code 1的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!