Jupyter Notebook - Cannot Connect to Kernel

后端 未结 10 1687
小蘑菇
小蘑菇 2021-02-20 02:21

I\'ve tried installing jupyter notebook using pip3 install jupyter. Every time i launch a new jupyter notebook, the notebook is unable to connect to the kernel. See screenshot b

10条回答
  •  深忆病人
    2021-02-20 02:49

    for linux and windows:

         just install ipython kernel
    
               "python3 -m pip install ipykernel"
    
               "python3 -m ipykernel install --user"
    
          then restart jupyter notebook that's it
    

提交回复
热议问题