-
public interface Renderable
Object that should be rendered to DisplayResult if it is the result of code cell
-
-
Method Summary
Modifier and Type Method Description abstract DisplayResult
render(Notebook notebook)
Render to display result -
-
Method Detail
-
render
abstract DisplayResult render(Notebook notebook)
Render to display result
- Parameters:
notebook
- Current notebook
-
-
-
-