From 2d0c164f60905e119b186a220de72752632fa92b Mon Sep 17 00:00:00 2001 From: RaghavMangla Date: Sat, 5 Oct 2024 20:32:20 +0530 Subject: [PATCH] issue fixed:document the process of rendering a notebooktask in a flyte deck --- examples/papermill_plugin/papermill_plugin/simple.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/papermill_plugin/papermill_plugin/simple.py b/examples/papermill_plugin/papermill_plugin/simple.py index 9d4536561..22549d5a1 100644 --- a/examples/papermill_plugin/papermill_plugin/simple.py +++ b/examples/papermill_plugin/papermill_plugin/simple.py @@ -32,6 +32,7 @@ name="simple-nb", notebook_path=str(pathlib.Path(__file__).parent.absolute() / "nb_simple.ipynb"), render_deck=True, + disable_deck=False, inputs=kwtypes(v=float), outputs=kwtypes(square=float), )