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