eval

abstract fun eval(code: Code, compilingOptions: JupyterCompilingOptions = JupyterCompilingOptions.DEFAULT, evaluatorWorkflowListener: EvaluatorWorkflowListener? = null): InternalEvalResult

Executes code snippet

Return

If the snippet was compiled and evaluated successfully, the output is wrapped and returned in a InternalEvalResult.

Throws

if this method was invoked recursively

if the snippet could not be compiled or evaluated.