Skip to content

Commit

Permalink
issue fixed:document the process of rendering a notebooktask in a fly…
Browse files Browse the repository at this point in the history
…te deck
  • Loading branch information
RaghavMangla committed Oct 5, 2024
1 parent 5e73956 commit 2d0c164
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,
disable_deck=False,
inputs=kwtypes(v=float),
outputs=kwtypes(square=float),
)
Expand Down

0 comments on commit 2d0c164

Please sign in to comment.