[IPython-User] custom tab-completion for user magic function
Valentin Kuznetsov
vkuznet@gmail....
Tue Nov 6 03:20:47 CST 2012
Hi,
I'm looking for instruction/documentation how to make tab-completion for user magic function. Can someone help me with that.
For example, I create my function
def func(arg):
bla-bla
return something
Then I add it to magic function list, such that in IPython user will be able to use it, and I would like to enable tab-comlpetion for passed arguments. What should do?
Thanks,
Valentin.
More information about the IPython-User
mailing list