Commit 5932b632 authored by Matthias BUSSONNIER's avatar Matthias BUSSONNIER

disable auto-execute in qtconsole

parent 0b63c0ce
# Empty.
c = get_config()
# QtConsole try to guess base on Python lexing when the input is done to auto
# execute. This Fails on Haskell, and while it is not possible to do the
# lexing in the kernel just deactivate functionality
c.IPythonWidget.execute_on_complete_input = False
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment