#!/opt/anaconda1anaconda2anaconda3/bin/python
if __name__ == '__main__':
    import sys
    import IPython

    sys.exit(IPython.start_ipython())
