add simulation ui params#63
Conversation
|
Thanks! Actually I think you don't need to define the |
|
Thanks for your review! Do you think this method is better? parser.add_argument("--share",
type=str,
default="false",
help="Create a publicly shareable link")
ui_kwargs={"share":True if args.share in ("true","True","yes","y") else False,
"server_name":args.server_name} |
|
I feel that a common practice when using argparse is to use |
|
Thanks your advice, I got it. |
|
Thanks! Merging this now. |
issue #61
Now we add parameters in simulation_ui:
for example