0

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

zjffdu
  • 25,496
  • 45
  • 109
  • 159
  • Code-completion in `IPython` is achieved by pressing TAB instead of CTRL-space. `Tab` is not working? – python Jan 04 '16 at 07:09

1 Answers1

1

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

python
  • 4,403
  • 13
  • 56
  • 103