__init__.py 580 B

123456789101112131415
  1. """GUI support for the IPython ZeroMQ kernel.
  2. This package contains the various toolkit-dependent utilities we use to enable
  3. coordination between the IPython kernel and the event loops of the various GUI
  4. toolkits.
  5. """
  6. #-----------------------------------------------------------------------------
  7. # Copyright (C) 2010-2011 The IPython Development Team.
  8. #
  9. # Distributed under the terms of the BSD License.
  10. #
  11. # The full license is in the file COPYING.txt, distributed as part of this
  12. # software.
  13. #-----------------------------------------------------------------------------