打开anaconda prompt,创建一个名为 test 的虚拟环境。
conda create -n test
激活环境
conda activate test
将该虚拟环境的python 添加为内核,name 为名字,display为内核显示的名字
python -m ipykernel install --user --name test --display-name test
进入jupyter notebook
jupyter notebook
打开anaconda prompt,创建一个名为 test 的虚拟环境。
conda create -n test
激活环境
conda activate test
将该虚拟环境的python 添加为内核,name 为名字,display为内核显示的名字
python -m ipykernel install --user --name test --display-name test
进入jupyter notebook
jupyter notebook