• Execute code on an output area.

    Parameters

    • id: string
    • code: string
    • output: OutputArea
    • kernel: Kernel
    • Optional metadata: JSONObject
    • suppressCodeExecutionErrors: boolean = false
    • Optional onExecutionPhaseChanged: ((phaseOutput) => void)

    Returns Promise<KernelMessage.IExecuteReplyMsg | undefined>