A notebook runtime.

interface NotebookRuntime {
    environment: string;
    spark_monitoring_enabled?: boolean;
}

Properties

environment: string

The guid of the environment on which the notebook runs.

spark_monitoring_enabled?: boolean

Spark monitoring enabled or not.