切换到新创建的环境
activate xxx
下载ipykernel
pip install ipykernel
将环境加入到jupyter
python -m ipykernel install --name xxx
参考大佬的帖子
http://t.csdn.cn/Yhvyy
切换到新创建的环境
activate xxx
下载ipykernel
pip install ipykernel
将环境加入到jupyter
python -m ipykernel install --name xxx
参考大佬的帖子
http://t.csdn.cn/Yhvyy