You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help="Path to a notebook file or a directory containing notebooks.",
38
40
),
39
-
]=None,
41
+
],
40
42
notebook_params: Annotated[
41
-
Optional[str],
43
+
str,
42
44
typer.Argument(
43
45
help=(
44
46
"JSON file that contains parameters for notebook execution. "
45
47
"Can either be a 'list of dict' or 'dict of list'."
46
48
),
47
49
),
48
-
] =None,
49
-
profile: Annotated[
50
-
Optional[str],
51
-
typer.Argument(
52
-
help=(
53
-
"A millrun YAML profile file that specifies the notebook_dir_or_file and notebook_params (along with additional options) instead of providing them directly."
0 commit comments