When trying to open a interactive console on pydev I get an error:
Error initializing console. Unexpected error connecting to console. Fai
As documented here, the solution is to update IPython
workon project pip install -U ipython
I was having the same problem and fixed it with this.