【问题记录】Jupyter Lab安装插件报错-Please install Node.js and npm before continuing installation.
时间:2021-06-04 19:15:49
收藏:0
阅读:0
问题描述
Extension Installation Error
An error occurred installing @jupyterlab/github
.
Error message:
Please install Node.js and npm before continuing installation. You may be able to install Node.js from your package manager, from conda, or directly from the Node.js website (https://nodejs.org).
解决方案
找到conda对应环境执行以下语句:
conda install nodejs
评论(0)