__main__.py 90 B

1234
  1. from jupyter_console import app
  2. if __name__ == '__main__':
  3. app.launch_new_instance()