Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
Signed-off-by: RaghavMangla <[email protected]>
  • Loading branch information
RaghavMangla committed Oct 8, 2024
1 parent 86799ff commit 585cbb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/papermill_plugin/papermill_plugin/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
name="simple-nb",
notebook_path=str(pathlib.Path(__file__).parent.absolute() / "nb_simple.ipynb"),
render_deck=True,
disable_deck=False,
enable_deck=True,
inputs=kwtypes(v=float),
outputs=kwtypes(square=float),
)
Expand Down

0 comments on commit 585cbb2

Please sign in to comment.