标签:vat src 创建 you com code activate python http
1.创建虚拟环境
conda create -n your_virtual_env python=3.6
2.激活新创建的环境
activate your_virtual_env
3.安装nb_conda
conda install nb_conda
4.如图
Jupyter notebook添加Anaconda中的虚拟环境
标签:vat src 创建 you com code activate python http
原文地址:https://www.cnblogs.com/johnyang/p/13025982.html