Pycharm jupyter notebook wsl: Jupyter package is not installed

前端 未结 3 1465
既然无缘
既然无缘 2020-12-28 08:55

I would like to use Jupyter notebook inside Pycharm. The project interpreter is a python2.7 from a virtual environment inside WSL (ubuntu 18.04).

The Jupiter package

3条回答
  •  借酒劲吻你
    2020-12-28 09:29

    I had this problem with Datalore plugin enabled on 2020.2 linux, running on bare metal but displaying to a remote X server (probably doesn't matter). My solution was to disable the Datalore plugin (it's enabled for professional pycharm by default).

    This way I was still able to use the "managed" auto-start version with better integration / debugging vs the "configured" option (or at least with less hassle).

    Note since it's been a year, my problem is probably different than OP.

提交回复
热议问题