mssparkutils.notebook.run | R Documentation |
Runs a notebook and returns its exit value. The notebook will run in the current livy session context by default.
mssparkutils.notebook.run(path, timeoutSeconds = 90, arguments = NULL)
path |
absolute path to the notebook, e.g. /path/to/notebook. |
timeoutSeconds |
timeout in seconds for the called notebook. |
arguments |
string map of arguments to pass to the notebook. |
Empty string to mimic the exitVal set by mssparkutils.notebook.exit
.
mssparkutils.notebook.run('NB1')
mssparkutils.notebook.run('NB1', 200)
mssparkutils.notebook.run('NB1', 200, list("input"=30))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.