jupyter server : not started, no kernel in vs code

后端 未结 10 1165
日久生厌
日久生厌 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条回答
  •  闹比i
    闹比i (楼主)
    2021-02-13 01:25

    I had exactly the same problem when I installed Visual Studio Code and tried to run some Python code from a jupyter notebook on my fresh Ubuntu 18.04.

    How I solved it:

    1) Press Command+Shift+P to open a new command pallete

    2) Type >Python: Select Intepreter to start jupyter notebook server

    3) Open the notebook again

    And it worked fine. Hope it works for you.

提交回复
热议问题