在其他python环境中使用jupyter notebook

1、切换到目标python环境

activate 目标python环境

2、安装notebook内核包

pip install ipykernel

3、加环境加入到notebook中

python -m ipykernel install 目标python环境

4、切换到base环境

activate base

5、打开目标项目的对应盘

如果,项目在c盘,就不用切换盘了,这里比如是A盘

A:

6、cd到项目位置

cd A:\1_ynu\AFFGCN

7、打开notebook

jupyter notebook

8、在notebook界面切换python环境

在其他python环境中使用jupyter notebook_第1张图片

你可能感兴趣的:(工具教程与技巧,python,jupyter,开发语言)