我正在尝试按照文档中的步骤为 jupyter 安装 C 内核。哪个是
> pip install jupyter-c-kernel
> install_c_kernel
> jupyter-notebook
第二步出现以下错误:
Traceback (most recent call last):
File "/usr/local/bin/install_c_kernel", line 8, in <module>
from jupyter_client.kernelspec import KernelSpecManager
ModuleNotFoundError: No module named 'jupyter_client.kernelspec'
显然它没有识别模块,我不知道如何修复它。有人可以帮助我吗?