#!/usr/bin/python3.7 if __name__ == '__main__': from IPython import start_ipython start_ipython()