You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear jupyter-notebook users,
I'd like to install jupyternotebook on ubuntu 16.04 on VMware, and the I want to input C kernel which I followed the instructions step by step:
Traceback (most recent call last): File "/home/wanglei/.local/bin/install_c_kernel", line 8, in <module> from jupyter_client.kernelspec import KernelSpecManager ImportError: No module named jupyter_client.kernelspec
Has anyone solved this problem?
The text was updated successfully, but these errors were encountered:
Dear jupyter-notebook users,
I'd like to install jupyternotebook on ubuntu 16.04 on VMware, and the I want to input C kernel which I followed the instructions step by step:
pip install jupyter-c-kernel
install_c_kernel
jupyter-notebook
on the second step the following error appears:
Traceback (most recent call last): File "/home/wanglei/.local/bin/install_c_kernel", line 8, in <module> from jupyter_client.kernelspec import KernelSpecManager ImportError: No module named jupyter_client.kernelspec
Has anyone solved this problem?
The text was updated successfully, but these errors were encountered: