我创建了环境,Python 3.5.1在bash中打开,但不适用于Notebook。我正在尝试按照this SO question将Python3内核添加到Jupyter:
jupyter kernelspec install-self --user
Traceback (most recent call last):
File "/usr/local/bin/jupyter-kernelspec", line 7, in <module>
from jupyter_client.kernelspecapp import KernelSpecApp
ImportError: No module named jupyter_client.kernelspecapp
this solution的链接已经死亡。有谁知道这个过程是什么?