新环境下配置jupyter notebook并启动

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

2.安装python内核

conda install ipykernel

3.创建指定内核

ipython kernel install --user --name=tensorflow2

4.运行jupyter notebook

即出现新创建的内核

新环境下配置jupyter notebook并启动_第1张图片

你可能感兴趣的:(python,jupyter,ide,python)