[IPython-user] customized magic function limitation
Ville M. Vainio
vivainio at gmail.com
Thu Jan 11 00:04:53 CST 2007
On 1/11/07, belinda thom <bthom at cs.hmc.edu> wrote:
> Is there a way to write a customized magic function that takes
> multiple arguments?
The arg is just a string, yohU have to split it yourself, using
genutils.arg_split or even just normal string split() method.
--
Ville M. Vainio - vivainio.googlepages.com
blog=360.yahoo.com/villevainio - g[mail | talk]='vivainio'
More information about the IPython-user
mailing list