0


Pycharm jupyter server process exited with code 1

Pycharm jupyter server process exited with code 1

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

就解决了。

完结!

标签: pycharm jupyter linux

本文转载自: https://blog.csdn.net/engchina/article/details/136607934
版权归原作者 engchina 所有, 如有侵权,请联系我们删除。

“Pycharm jupyter server process exited with code 1”的评论:

还没有评论