I\'m having trouble getting an ipython console in Spyder. It only offers a python interpreter under the \"interpreters\" menu.
I\'v
You may want to install python-zmq for Python 2 and python3-zmq for Python 3.
python-zmq
python3-zmq
I use Ubuntu 14.04, so:
sudo apt-get install python-zmq python3-zmq