最近下了一个实现视频推荐的代码,是ipynb文件,去启动jupyter notebook,结果发现打不开了,一直报错,spyder也是这样,重新安装anaconda也不行(之前别人费了好大劲帮我安的torch什么的也没了)。
后来在网上找到一个方法,打开anaconda powershell prompt,输入:
pip install --upgrade ipython
再重新启动jupyter notebook就好了。

最近下了一个实现视频推荐的代码,是ipynb文件,去启动jupyter notebook,结果发现打不开了,一直报错,spyder也是这样,重新安装anaconda也不行(之前别人费了好大劲帮我安的torch什么的也没了)。
后来在网上找到一个方法,打开anaconda powershell prompt,输入:
pip install --upgrade ipython
再重新启动jupyter notebook就好了。