- 技能1-jupyter notebook的kernel error的问题
- 问题描述:
- 原因分析:
- 解决方案:
- Ref
FileNotFoundError: [WinError 2] The system cannot find the file specified。
原因分析:
由于conda删除了一些牵涉jupyter notebook的环境,可能是路径问题,导致文件找不到。
解决方案:
python -m ipykernel install --userRef
关于jupyter notebook的kernel error的问题



