No module named ipykernel solution

  Hello everyone, I am Miaomiao who loves programming. Graduated with a master's degree in Double 985 and now works as a full-stack engineer. He is keen on applying data thinking to work and life. Engaged in machine learning and related front-end and back-end development work. He has won many top rankings in competitions such as Alibaba Cloud, iFlytek, and CCF. Now he is a CSDN blog expert and a high-quality creator in the field of artificial intelligence. I like to summarize and summarize the knowledge I have learned through blog creation, which not only forms a deep and unique understanding, but also helps novices get started quickly.

  This article mainly introduces the No module named ipykernel solution, hoping to be helpful to students learning python.

1. Problem description

  When installing a new kernel for jupyter notebook today, an error message of No module named ipykernel appeared. The specific error message is as shown below: It should be noted that
Insert image description here
  if an error message such as No module named ipykernel_launcher appears, the solution is the same.

  After personal practice, I finally found a solution to the problem, and the step-by-step operation process is summarized as follows. Hope it's right

Guess you like

Origin blog.csdn.net/weixin_43178406/article/details/133083331