-
- All Implemented Interfaces:
-
org.jetbrains.kotlinx.jupyter.api.Renderable
public interface DisplayResult implements Renderable
Display result that may be converted to JSON for
display_data
kernel response
-
-
Method Summary
-
-
Method Detail
-
toJson
abstract JsonObject toJson(JsonObject additionalMetadata)
Converts display data to JSON object for
display_data
response- Parameters:
additionalMetadata
- Additional reply metadata
-
render
DisplayResult render(Notebook notebook)
Renders display result, generally should return
this
- Parameters:
notebook
- Current notebook
-
-
-
-