美文网首页
jupyter notebook新建kernel

jupyter notebook新建kernel

作者: zqyadam | 来源:发表于2018-01-28 13:22 被阅读84次

1. 安装jupyter notebook

进入conda环境,输入下列命令

conda install jupyter

2.安装kernel

进入conda环境,输入下列命令

python -m ipykernel install --name <kernel name>
  • <kernel name>是在jupyter notebook启动后,所显示的kernel名称

举例:
运行下列命令将创建一个名称为keras的kernel

python -m ipykernel install --name keras

安装完成(记得重启jupyter notebook)效果如下:


keras kernel

相关文章

网友评论

      本文标题:jupyter notebook新建kernel

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