新环境下配置jupyter notebook并启动

1.先切换到我们需要使用的环境

2.安装python内核

conda install ipykernel

3.创建指定内核

ipython kernel install --user --name=tensorflow2

4.运行jupyter notebook

即出现新创建的内核

猜你喜欢

转载自blog.csdn.net/jiekeheiguanglan/article/details/133533380