[IPython-User] Disabling calltips in ipython 0.12
Fernando Perez
fperez.net@gmail....
Sat Feb 4 15:13:27 CST 2012
Hi Mani,
On Sat, Feb 4, 2012 at 7:24 AM, Mani Chandra <mc0710@gmail.com> wrote:
> How does one disable calltips in ipython 0.12? As I understand there was a
> commit which made this configurable, but I do not see the option in
> ipython_config.py.
in the Qt console, you can do so with
--IPythonWidget.enable_calltips=False
In the notebook, they're not configurable yet because we haven't
worked out the machinery to propagate config information to the
Javascript client code.
Cheers
f
More information about the IPython-User
mailing list