How to auto complete in an iPython notebook while on ipdb?

Viewed 7333

I am running some cell in an iPython notebook. I used the %%debug command in the head of the cell. Now, when i am on ipdb prompt and i hit the ctrl+space or tab, auto complete can't seem to be working.

How to use auto complete?

1 Answers
Related