Jupyter Notebook打开出现
评论区大佬的解决方式:
【问题原因和解决】jupyter 无法定位程序输入点 Anacond\libary\bin\pythoncom37.dll_白菜苗的博客-CSDN博客 https://blog.csdn.net/weixin_43682519/article/details/109852577
anacaoda中创建虚拟环境,并在jupyter中添加内核(kernel)_肖泽的博客-CSDN博客
https://blog.csdn.net/ziqu5721/article/details/89349815
-------------------分割线--------------------------------------------------------------------
我n久前的解决方式:换回原来的配置环境,然后重新用其它方式安装TensorFlow
起因:
(tensorflow)D:>conda install ipython
···
(tensorflow)D:>conda install jupyter
解决方式:
打开Anaconda prompt
输入:jupyter kernelspec list
打开C:\Users\Administrator\AppData\Roaming\jupyter\kernels\python3下的kernel.json
找到自己安装anaconda路径,找到同名的kernel.json,发现路径不一样
修改C:\Users\Administrator\AppData\Roaming\jupyter\kernels\python3下的kernel.json为: