Skip to content

Commit

Permalink
Update task.py (#2791)
Browse files Browse the repository at this point in the history
Signed-off-by: RaghavMangla <[email protected]>
  • Loading branch information
RaghavMangla authored and kumare3 committed Nov 8, 2024
1 parent a09a460 commit 3ad3642
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ class NotebookTask(PythonInstanceTask[T]):
# idea to use the modulename
notebook_path="../path/to/my_notebook",
render_deck=True,
enable_deck=True,
inputs=kwtypes(v=int),
outputs=kwtypes(x=int, y=str),
metadata=TaskMetadata(retries=3, cache=True, cache_version="1.0"),
Expand Down

0 comments on commit 3ad3642

Please sign in to comment.