##// END OF EJS Templates
Don't rely upon traitlets copying self.config...
Don't rely upon traitlets copying self.config when saving CLI config to reload later for highest priority. traitlets 4.1-4.2.1 don't copy self.config in update_config (rightly so), so when saving CLI config for later re-loading, make sure it's a copy so it doesn't get changed by further loading.

File last commit:

r10447:853e909f
r22585:f8cc22a2
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 *