jupyter使用argparse包
遇到的问题:import argparseparser = argparse.ArgumentParser(description='Evaluate PERCH clustering.')parser.add_argument('--input', '-i', type=str, help='Path to the dataset.')parser.add_argument('--o...