- 查看现有jupyter kernel
jupyter kernelspec list
- 在jupyter中新加入kernel(例如在python2下加入python3)
python3 -m ipykernel install --user
参考文献:
https://www.jianshu.com/p/6a9f2082e9e7
来源:https://www.cnblogs.com/jhc888007/p/12150587.html
jupyter kernelspec list
python3 -m ipykernel install --user
参考文献:
https://www.jianshu.com/p/6a9f2082e9e7
来源:https://www.cnblogs.com/jhc888007/p/12150587.html