ExecutionCounter

class ExecutionCounter(initialValue: Int)

Class responsible for tracking the execution count that is sent from the kernel to the client for all execution requests. It should be sent back to the client in execute_reply and execute_input messages.

See https://jupyter-client.readthedocs.io/en/stable/messaging.html#execution-counter-prompt-number for further details.

Constructors

Link copied to clipboard
constructor(initialValue: Int)

Functions

Link copied to clipboard
fun next(storeHistory: Boolean): ExecutionCount

Return the next ExecutionCount.