iPython ImportError: No module named display

前端 未结 2 945
庸人自扰
庸人自扰 2021-01-14 10:34

Trying to run python script but can\'t find module IPython.display.. Seems like it would be something simple but I can\'t find an answer anywhere!

/vagrant/d         


        
2条回答
  •  梦谈多话
    2021-01-14 11:03

    In Pycharm import module ipython. In Pycharm go to preferences and then project interpreter. Click on the "+" sign then search ipython and install package.

提交回复
热议问题