jupyter-js
0.7.0
jvm
jupyter-js
/
dev.yidafu.jupyper.processor
/
NullResult
Null
Result
class
NullResult
:
DisplayResult
Members
Constructors
Null
Result
Link copied to clipboard
constructor
(
)
Properties
id
Link copied to clipboard
open
val
id
:
String
?
Functions
render
Link copied to clipboard
open
override
fun
render
(
notebook
:
Notebook
)
:
DisplayResult
to
Json
Link copied to clipboard
open
override
fun
toJson
(
additionalMetadata
:
JsonObject
,
overrideId
:
String
?
)
:
JsonObject
Converts display data to JSON object for
display_data
response
open
fun
toJson
(
additionalMetadata
:
JsonObject
)
:
JsonObject