Vineeth Shankar
Vineeth Shankar

Reputation: 11

exception in I/O handler for fd3 ipython cant open ipython notebook

Using Ubuntu Release 12.04 (precise) 32-bit, Kernel Linux 3.8.0-44-generic, GNOME 3.4.2

ipython version 2.2.0, python version 2.7.3

nose, sphinx, jinja, tornado, pyzmq have been installed

On typing ipython notebook, the internet browser opens with /localhost:8888/tree on the address bar. But the page is not loading.

The terminal repeatedly shows ERROR:root:Exception in I/O handler for fd 3 Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/zmq/eventloop/ioloop.py", line 330, in start self._handlers[fd](fd, events) KeyError: 3

Please help ! Thank you !

Upvotes: 0

Views: 438

Answers (1)

cizixs
cizixs

Reputation: 13981

upgrade pyzmq might solve this problem.

sudo pip install --upgrade pyzmq

If it doesn't solve your problem, upgrade pandas too.

Upvotes: 1

Related Questions