conda install ipykernel
conda install -n 虚拟环境名称 ipykernel
python -m ipykernel install --user --name 虚拟环境名称 --display-name "notebook中显示的名称"