Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IPython on Windows - No highlighting or Auto-complete

this has been an issue for a long time for me, but as I mainly develop using Linux I never really cared much about this problem till now.

iPython on Windows lacks various features.

I really miss color highlighting and auto-completion.


Edit: fixed highlighting by installing pyreadline

pip install pyreadline


Anyone already dealt with this?

like image 977
RadiantHex Avatar asked Nov 18 '10 11:11

RadiantHex


1 Answers

You need to install PyReadline, documentation is here.

like image 171
Matus Avatar answered Sep 21 '22 19:09

Matus