欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

JupyterLab添加JavaScript内核

程序员文章站 2022-05-27 22:07:36
...

前提

Windows系统,已安装jupyter、nodejs,各种环境变量已配好。

安装命令

npm install -g ijavascript
# --spec-path=full如果不加这个参数,可能会引起 FileNotFoundError
ijsinstall --spec-path=full

可能存在的问题:

'ijavascript' 不是内部或外部命令,也不是可运行的程序或批处理文件。

nodejs的环境变量已经配好的前提下,以管理员身份运行cmd,然后运行ijsinstall --spec-path=full

相关标签: jupyterlab jupyter