Search code examples
ipythoncode-completion

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


Solution

  • 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