EvalRequestData

class EvalRequestData(val code: Code, val executionCount: ExecutionCount = ExecutionCount.NO_COUNT, val storeHistory: Boolean = true, val isSilent: Boolean = false)

This class wraps the cell sent by the user for evaluation.

Constructors

Link copied to clipboard
constructor(code: Code, executionCount: ExecutionCount = ExecutionCount.NO_COUNT, storeHistory: Boolean = true, isSilent: Boolean = false)

Properties

Link copied to clipboard
val code: Code

Unprocessed user cell content.

Link copied to clipboard
Link copied to clipboard
val isSilent: Boolean = false
Link copied to clipboard
val storeHistory: Boolean = true

If false the code is executed, but the cell and its result will not be visible to the user, and it will not be tracked by org.jetbrains.kotlinx.jupyter.api.Notebook.