An exception has occurred, use %tb to see the full traceback.
SystemExit: 2
在 add_argument 中设置 default,
然后直接用 args = parser.parse_args(args=[]) 即可
jupyter怎么用argparse
阅读 33
2022-03-18
An exception has occurred, use %tb to see the full traceback.
SystemExit: 2
在 add_argument 中设置 default,
然后直接用 args = parser.parse_args(args=[]) 即可
相关推荐
精彩评论(0)