[IPython-User] very strange ipython behavior
Fernando Perez
fperez.net@gmail....
Wed Oct 12 15:59:31 CDT 2011
On Wed, Oct 12, 2011 at 1:56 PM, John Hunter <jdh2358@gmail.com> wrote:
> Where are the parentheses coming from??
>
Autocall run amok. It's ok in trunk:
In [1]: query = """\
...: select startdate, enddate, icbcode
...: where dscmpycode=%d
...: """ % 10
In [2]:
If you can't update, turn autocall off with the %autocall magic, or
entirely in your config file.
Cheers,
f
More information about the IPython-User
mailing list