[Python] jupyter notebook error: KernelRestarter: restart failed problem solving

Start jupyter notebook error, KernelRestarter: restart failed... problem is solved:

First, you need to make sure that ipykernel is installed : pip install ipykernel

Then, upgrade:

pip install --upgrade ipykernel

Although the upgrade will remind you of the version level and so on, don't worry, it can still be used.

Guess you like

Origin blog.csdn.net/weixin_44566432/article/details/107894870