jupyter server : not started, no kernel in vs code

后端 未结 10 1443
日久生厌
日久生厌 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:27

    just fix this by add

    "python.terminal.activateEnvironment": false,

    to settings.json

    hopes this help.

提交回复
热议问题