Jupyter Lab and Notebook Problem: Kernel Error

前端 未结 2 944
别跟我提以往
别跟我提以往 2021-01-23 20:42

It appears that somehow one of my kernels is deleted. And perhaps that\'s why I am getting this error. How could I possibly fix it? Can I reinstall something (the kernel in the

2条回答
  •  忘掉有多难
    2021-01-23 21:20

    I was able to resolve the problem here

    I installed jupyter_client 5.3.4 and jupyter_core 4.6.0 with this command

    pip install jupyter_client --upgrade
    

提交回复
热议问题