##// END OF EJS Templates
Backport PR #10050: Revert debugger 'smart command mode'...
Backport PR #10050: Revert debugger 'smart command mode' This is a manual revert of PR 9449 Closes gh-10037 I don't think there's currently enough support for smart command mode to be worth adding a config option for it now. We can always add this later. Signed-off-by: Thomas Kluyver <thomas@kluyver.me.uk>

File last commit:

r10447:853e909f
r23150:534433e5
Show More
display.py
16 lines | 638 B | text/x-python | PythonLexer
"""Public API for display tools in IPython.
"""
#-----------------------------------------------------------------------------
# Copyright (C) 2012 The IPython Development Team
#
# Distributed under the terms of the BSD License. The full license is in
# the file COPYING, distributed as part of this software.
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
# Imports
#-----------------------------------------------------------------------------
from IPython.core.display import *
from IPython.lib.display import *