jupyter notebook中使用新环境

1.激活环境

activate 环境名

2.安装

pip install ipykernel

3.安装

python -m ipykernel install --name 环境名

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