Uses of Class
moa.tasks.ipynb.NotebookCellBuilder
-
Packages that use NotebookCellBuilder Package Description moa.tasks.ipynb -
-
Uses of NotebookCellBuilder in moa.tasks.ipynb
Subclasses of NotebookCellBuilder in moa.tasks.ipynb Modifier and Type Class Description class
CodeCellBuilder
Implement a code cellclass
MarkDownCellBuilder
Implement a markdown cellclass
RawCellBuilder
Implement a raw cellMethods in moa.tasks.ipynb that return NotebookCellBuilder Modifier and Type Method Description NotebookCellBuilder
NotebookBuilder. addCode()
NotebookCellBuilder
NotebookBuilder. addMarkdown()
NotebookCellBuilder
NotebookBuilder. addRaw()
NotebookCellBuilder
NotebookCellBuilder. addSource(String line)
Appends a line of source to cell on a new separate line.NotebookCellBuilder
NotebookBuilder. getCellByIndex(int index)
NotebookCellBuilder
NotebookBuilder. getLastCell()
-