美文网首页
Jupyter notebook配置javascript

Jupyter notebook配置javascript

作者: redher | 来源:发表于2020-02-08 18:18 被阅读0次

安装jupyter

使用conda来管理以及安装:

conda install jupyter

安装javascript kernel

IJavascript是一个Jupyter notebook的javascript核心,可以在ijavascript中查看详细信息。

IJavascript以来与Node.js可以使用npm来安装,我们使用conda来管理nodejs

  1. 安装nodejs

conda install nodejs

  1. 安装IJavascript

npm install -g ijavascript
ijsinstall

运行

jupyter notebook

新建一个js工程

相关文章

网友评论

      本文标题:Jupyter notebook配置javascript

      本文链接:https://www.haomeiwen.com/subject/jbnixhtx.html