diff --git a/examples/papermill_plugin/papermill_plugin/simple.py b/examples/papermill_plugin/papermill_plugin/simple.py index 22549d5a1..90b642b9b 100644 --- a/examples/papermill_plugin/papermill_plugin/simple.py +++ b/examples/papermill_plugin/papermill_plugin/simple.py @@ -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), )