display.py 638 B

12345678910111213141516
  1. """Public API for display tools in IPython.
  2. """
  3. #-----------------------------------------------------------------------------
  4. # Copyright (C) 2012 The IPython Development Team
  5. #
  6. # Distributed under the terms of the BSD License. The full license is in
  7. # the file COPYING, distributed as part of this software.
  8. #-----------------------------------------------------------------------------
  9. #-----------------------------------------------------------------------------
  10. # Imports
  11. #-----------------------------------------------------------------------------
  12. from IPython.core.display import *
  13. from IPython.lib.display import *