Cells

case class Cells(structure: Opt[Structure], data: Opt[Vector[NotebookCell]], textContent: Opt[Vector[S0]])
Value parameters:
data

Changes to notebook cells properties like its kind, execution summary or metadata.

structure

Changes to the cell structure to add or remove cells.

textContent

Changes to the text content of notebook cells.

Companion:
object
Source:
structures.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product