Corran commited on
Commit
07317c7
·
verified ·
1 Parent(s): 2cb6820

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -15,7 +15,7 @@ def run_notebook(fruits: str):
15
  # Execute the notebook with Papermill
16
  pm.execute_notebook(
17
  "fruitchecker.ipynb",
18
- output_path="nulloutput.ipynb", #The notebook output isnt used, but a path is still required
19
  parameters={"fruits": fruit_list}
20
  )
21
 
 
15
  # Execute the notebook with Papermill
16
  pm.execute_notebook(
17
  "fruitchecker.ipynb",
18
+ output_path="/tmp/nulloutput.ipynb", #The notebook output isnt used, but a path is still required
19
  parameters={"fruits": fruit_list}
20
  )
21