You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
638 B

4 years ago
  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 *