zjffdu
zjffdu

Reputation: 28924

iPython code completion doesn't work in mac 10.9

I found some post about this, but they don't work for me. Does anyone know how to make the code completion work in mac ? Thanks

Upvotes: 0

Views: 29

Answers (1)

python
python

Reputation: 4521

You can use Pycharm IPython for code completion which is better than using IPython on your terminal.

Full tutorial is given here Setting up IPython Notebook

Start typing in this cell, and notice code completion: enter image description here

Upvotes: 1

Related Questions