Skip to content

Commit

Permalink
Pr 1741 (#1742)
Browse files Browse the repository at this point in the history
* issue fixed:document the process of rendering a notebooktask in a flyte deck

Signed-off-by: RaghavMangla <[email protected]>

* fixed

Signed-off-by: RaghavMangla <[email protected]>

---------

Signed-off-by: RaghavMangla <[email protected]>
  • Loading branch information
RaghavMangla authored Oct 14, 2024
1 parent 3778c44 commit fd33533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/papermill_plugin/papermill_plugin/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
name="simple-nb",
notebook_path=str(pathlib.Path(__file__).parent.absolute() / "nb_simple.ipynb"),
render_deck=True,
enable_deck=True,
inputs=kwtypes(v=float),
outputs=kwtypes(square=float),
)
Expand Down

0 comments on commit fd33533

Please sign in to comment.