#!/usr/bin/env python
"""Terminal-based IPython entry point.
"""

from IPython import start_ipython
start_ipython()
