CommunicationFacilityMock

Properties

Link copied to clipboard
open override val messageFactory: MessageFactory
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun JupyterCommunicationFacility.getInput(prompt: String = DefaultPromptOptions.PROMPT, password: Boolean = DefaultPromptOptions.IS_PASSWORD): String
Link copied to clipboard
fun JupyterCommunicationFacility.sendError(response: JupyterResponse, executionCount: ExecutionCount, startedTime: String)

Send a message to clients of the type "error" as the response to an "execute_request" message that resulted in the REPL throwing an exception.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun JupyterCommunicationFacility.sendResponse(response: JupyterResponse, executionCount: ExecutionCount, startedTime: String)
Link copied to clipboard
Link copied to clipboard