kotlin-jupyter-kernel
Toggle table of contents
0.13.0-481-1
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-jupyter-kernel
shared-compiler
/
org.jetbrains.kotlinx.jupyter.messaging
/
JupyterResponse
Jupyter
Response
sealed
interface
JupyterResponse
Inheritors
OkJupyterResponse
ErrorJupyterResponse
AbortJupyterResponse
Members
Properties
display
Result
Link copied to clipboard
open
val
displayResult
:
DisplayResult
?
exception
Link copied to clipboard
open
val
exception
:
ReplException
?
metadata
Link copied to clipboard
open
val
metadata
:
EvaluatedSnippetMetadata
?
status
Link copied to clipboard
abstract
val
status
:
MessageStatus
std
Err
Link copied to clipboard
open
val
stdErr
:
String
?
Error message if any. The value of this will depend on the implementation: