Solve the problem: Jupyter Notebook can not switch the kernel

1.anaconda activates its own virtual environment

conda enabled pygpu3

conda activate pygpu38

2. Add your own environment to the ipython kernel

python -m ipykernel install --user --name pygpu38

3. Restart Jupyter Notebook

 

Guess you like

Origin blog.csdn.net/lgk1996/article/details/124500595