jupyterlab错误:could not determine jupyterlab build status

jupyterlab错误:could not determine jupyterlab build status...

在终端中看到此错误:“could not determine jupyterlab build status without nodejs”。即使在我的 PC 上安装了最新版本的 nodejs也不行。那么需要怎么处理呢?首先,我的配置(Windows 10,Python 3.7 的 Anaconda 发行版),其次,解决它的方法是先下载 NodeJS。选择 Node.js 的 LTS(长期支持)版本,而不是“具有最新功能的当前”版本。

接下来,确保节点可执行文件位于搜索路径中。在 Windows 上,按住 Windows 键和中断。单击高级系统设置-> 环境变量-> 系统变量。双击 PATH 进行编辑。单击确定,直到您退出。

在新的命令窗口中,运行:

```js

jupyter lab

```

在输出中寻找类似的内容:

```js

[I 07:16:26.721 LabApp] Node v10.15.3

```

以上是解决报错:“could not determine jupyterlab build status without nodejs” 在WIN10的解决办法。

发表评论
留言与评论(共有 0 条评论) “”
   
验证码:

相关文章

推荐文章