Can't open ipython notebook from terminal

  • Context: Python 
  • Thread starter Thread starter sketos
  • Start date Start date
Click For Summary
SUMMARY

The discussion centers on an issue with opening an IPython notebook from the terminal, specifically encountering an error related to the ZeroMQ event loop. The user is running Python version 2.7.3 and IPython version 2.2.0, which may be incompatible. The suggested solution involves downgrading to IPython version 0.12.1 to resolve the error. A link to a Stack Overflow thread is provided for further guidance on this process.

PREREQUISITES
  • Understanding of Python 2.7.3 environment setup
  • Familiarity with IPython 2.2.0 and its features
  • Knowledge of ZeroMQ event loop functionality
  • Basic command line skills for package management
NEXT STEPS
  • Research how to downgrade IPython to version 0.12.1 using pip
  • Learn about ZeroMQ and its role in IPython's architecture
  • Explore compatibility issues between different Python and IPython versions
  • Investigate alternative notebook environments like Jupyter Notebook
USEFUL FOR

Python developers, data scientists, and anyone troubleshooting IPython notebook issues or managing Python environments.

sketos
Messages
55
Reaction score
0
Hello,

By typing "python -V" i get 2.7.3 and by typing "ipython -V" i get 2.2.0.

Now when i am trying to open "ipython notebook" i get the following error:

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

Anyone know what is going on??
can i fix it by switching to the 0.12.1 version of ipython ... but i don't know how to do this...
 
Technology news on Phys.org

Similar threads

  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
6
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 12 ·
Replies
12
Views
11K
  • · Replies 9 ·
Replies
9
Views
10K
  • · Replies 11 ·
Replies
11
Views
3K