__main__.py 490 B

123456789101112131415
  1. # PYTHON_ARGCOMPLETE_OK
  2. # encoding: utf-8
  3. """Terminal-based IPython entry point.
  4. """
  5. # -----------------------------------------------------------------------------
  6. # Copyright (c) 2012, IPython Development Team.
  7. #
  8. # Distributed under the terms of the Modified BSD License.
  9. #
  10. # The full license is in the file COPYING.txt, distributed with this software.
  11. # -----------------------------------------------------------------------------
  12. from IPython import start_ipython
  13. start_ipython()