Can't get ipython console in spyder

不打扰是莪最后的温柔 提交于 2019-11-30 19:30:26

You may want to install python-zmq for Python 2 and python3-zmq for Python 3.

I use Ubuntu 14.04, so:

sudo apt-get install python-zmq python3-zmq

I'm also using Linux Mint (18.1, at this time) and I have faced the same issue.

What solved this for me was installing Ipython3 Qt console (that, of course, should be Ipython Qt console if you're using Python 2.x).

In case you have it installed, check if you have the latest version (In Linux Mint you can do this through Synaptic, aptitude or apt-get.)

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!