powered by
Runs a notebook and returns its exit value. The notebook will run in the current livy session context by default.
notebookutils.notebook.run(path, timeoutSeconds = 90, arguments = NULL)
Empty string to mimic the exitVal set by mssparkutils.notebook.exit.
mssparkutils.notebook.exit
absolute path to the notebook, e.g. /path/to/notebook.
timeout in seconds for the called notebook.
string map of arguments to pass to the notebook.
notebookutils.notebook.run('NB1') notebookutils.notebook.run('NB1', 200) notebookutils.notebook.run('NB1', 200, list("input"=30))
Run the code above in your browser using DataLab