Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update run_execute_ipynb.ml #47

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion model-single-origin-samples/biokepi/run_execute_ipynb.ml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ let my_notebook =

let timeout =
let doc="The maximum time (in seconds) each notebook cell is allowed to run. If the execution takes longer an exception will be raised. Can set to -1 for no maximum timeout." in
Arg.(value & opt int -1 & info ["t"; "timeout"] ~docv:"TIMEOUT_SECS" ~doc)
Arg.(value & opt int (-1) & info ["t"; "timeout"] ~docv:"TIMEOUT_SECS" ~doc)

let cmd =
let doc = "Execute jupyter notebook. Saves to {mynotebook}.nbconvert.ipynb" in
Expand Down