__main__.py 100 B

123
  1. if __name__ == '__main__':
  2. from ipykernel import kernelapp as app
  3. app.launch_new_instance()