mssparkutils.notebook.runMultiple | R Documentation |
Runs multiple notebooks concurrently with support for dependency relationships. Details can be found in mssparkutils.notebook.help("runMultiple").
mssparkutils.notebook.runMultiple(pathsOrPipeline)
pathsOrPipeline |
A list of notebook names or a complex data structure (JSON string) that meets the requirements of the com.microsoft.spark.notebook.msutils.impl.MsNotebookPipeline scala class. |
a list of exit values and exceptions for each notebook
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.