Package moa.tasks.ipynb
Class RawCellBuilder
- java.lang.Object
-
- moa.tasks.ipynb.NotebookCellBuilder
-
- moa.tasks.ipynb.RawCellBuilder
-
public class RawCellBuilder extends NotebookCellBuilder
Implement a raw cell
-
-
Constructor Summary
Constructors Constructor Description RawCellBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
cellType()
Gets the cell-type string of this type of cell.-
Methods inherited from class moa.tasks.ipynb.NotebookCellBuilder
addSource, build, fields
-
-
-
-
Method Detail
-
cellType
protected String cellType()
Description copied from class:NotebookCellBuilder
Gets the cell-type string of this type of cell.- Specified by:
cellType
in classNotebookCellBuilder
- Returns:
- The cell-type string.
-
-