最近打开jupyter notebook发现内核错误【kernal error】
FileNotFoundError: [WinError 2] The system cannot find the file specified,查了资料原来是我中午用conda删除了一些环境,所以牵涉到这个jupyter notebook,可能是路径问题,导致文件找不到。最终找到解决方法:
在cmd运行:
python -m ipykernel install --user
- 1
搞定。
最近打开jupyter notebook发现内核错误【kernal error】
FileNotFoundError: [WinError 2] The system cannot find the file specified,查了资料原来是我中午用conda删除了一些环境,所以牵涉到这个jupyter notebook,可能是路径问题,导致文件找不到。最终找到解决方法:
在cmd运行:
python -m ipykernel install --user
搞定。