jupyter server : not started, no kernel in vs code

后端 未结 10 1441
日久生厌
日久生厌 2021-02-13 00:49

i am trying to use jupyter notebooks from vs code and installed jupyter notebook extension and i am using (base)conda environment for execution. while this happened

Erro

10条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-13 01:32

    In my case, I had the server working in 3.7.6, but i wanted to use >3.8.0 versions too. After multiple attempts, which failed, I decided to:

    1. Uninstall 3.8.5, and delete the folder in the installation directory.
    2. Uninstall VSCode too.
    3. Restart the PC, and re-install Python and VSCode. As a result, the Jupyter server initiated based on the latest version of Python automatically.

    I hope this helps too! Cheers!

提交回复
热议问题