jupyter switch environment

Need to install:

conda install ipykernel


use:

First activate the corresponding conda environment

source activate environment name


Write the environment into the notebook's kernel

python -m ipykernel install --user --name environment name --display-name "Python (environment name)"


Then open the notebook

jupyter notebook

Guess you like

Origin blog.csdn.net/weixin_39121325/article/details/106398839