S
sadscv
编辑于 发布于

conda info --envs

source activate [envname]

https://zhuanlan.zhihu.com/p/22678445

http://www.jianshu.com/p/d2e15200ee9b

This worked for me on Ubuntu 16.04:

python2 -m pip install ipykernel

python2 -m ipykernel install --user

python3 -m pip install ipykernel

python3 -m ipykernel install --user

Reference to the documentation: link

阅读 2 评论 0

评论区

登录后发表评论

暂无评论

成为第一个发表评论的人吧!