如何正确使用jupyter调试js与python

162 阅读1分钟

正确效果展示

jupyter调试js代码

image.png

jupyter调试python代码

image.png

jupyter调试deno代码

image.png

使用说明

  • python安装
  • node安装
  • jupyter下载
 pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple
 pip install jupyter notebook
  • 启动jupyter
 jupyter notebook
  • jupyter 内核nodejs 下载
 npm install ijavascript --location=global
 ijsinstall
  • 查看 jupyter 内核
jupyter kernelspec list

番外:deno nodejs增强版

下载deno

irm https://x.deno.js.cn/install.ps1 | iex

jupyter 内核deno 下载

deno jupyter --unstable --install