当前位置: 代码迷 >> 综合 >> jupyter notebook添加kernel
  详细解决方案

jupyter notebook添加kernel

热度:54   发布时间:2023-12-14 14:58:40.0

1.进入到待添加的环境下

2.执行python -m ipykernel install --user --name python3

  相关解决方案