##// END OF EJS Templates
Merge pull request #3649 from minrk/get_dict_single...
Merge pull request #3649 from minrk/get_dict_single fix AsyncResult.get_dict for single result and add tests for single-result and invalid input (multiple results on one engine). closes #3646

File last commit:

r11336:24b78a4d
r11410:ccbe1c2b merge
Show More
__main__.py
14 lines | 464 B | text/x-python | PythonLexer
# encoding: utf-8
"""Terminal-based IPython entry point.
"""
#-----------------------------------------------------------------------------
# Copyright (c) 2012, IPython Development Team.
#
# Distributed under the terms of the Modified BSD License.
#
# The full license is in the file COPYING.txt, distributed with this software.
#-----------------------------------------------------------------------------
from IPython import start_ipython
start_ipython()