conda 添加虚拟环境中的jupyter 方法

第一步,激活环境:

     

conda activate 环境名(例如我的py36)

添加核:

python -m ipykernel install --user --name 环境名 --name kernelname (kernel的名字,可以随便取)

输入:

jupyter notebook

就可以看到添加进来的核。

你可能感兴趣的:(python)