We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0526f43 commit bed2fa5Copy full SHA for bed2fa5
lib/main.js
@@ -111,7 +111,7 @@ def run():
111
output_path='${parsedNotebookFile}',
112
parameters=dict(extraParams, **params),
113
log_output=True,
114
- engine='noteable',
+ engine_name='noteable',
115
report_mode=${!!isReport ? "True" : "False"}
116
)
117
finally:
src/main.ts
@@ -93,7 +93,7 @@ def run():
93
94
95
96
97
98
99
0 commit comments