When using tab and arrow keys, pressing Enter/Return selects button. (@jason990420 for this reason, the set_focus() is needed.) This matches the functionality they are used to in the DOS program. I hope to bring my users into the 21st century, and I want the transition to be as ...
48 + "target_path_1 = '/workspace/src/how-to-read-paper/dataset/train_0/1'\n", 49 + "\n", 50 + "os.makedirs(target_path_0, exist_ok=True)\n", 51 + "os.makedirs(target_path_1, exist_ok=True)\n", 52 + "\n", 53 + "file_list = os.listdir(origin_path)\n"...