Jupyter 同时配置多个环境 Python2 Python3
时间:2020-01-04 22:55:55
收藏:0
阅读:353
- 查看现有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
评论(0)