在anaconda安装完pytorch后,打开jupyter notebook却检测不到解决方法:
解决这个问题只需要三个步骤:
首先进入anaconda的:
接着输入:
conda activate pytorch(pytorch为自己命名环境)
下图为我的环境pytorch

接着在pytorch环境中输入:
conda install ipython
conda install jupyter
conda install nb_conda
然后打开jupyter:
jupyter notebook
自动跳转网页就可以检测到pytorch环境:
