Class/Object

polynote.messages

Notebook

Related Docs: object Notebook | package messages

Permalink

final case class Notebook(path: ShortString, cells: ShortList[NotebookCell], config: Option[NotebookConfig]) extends Message with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Message, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Notebook
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Message
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Notebook(path: ShortString, cells: ShortList[NotebookCell], config: Option[NotebookConfig])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addCell(cell: NotebookCell): Notebook

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def cell(id: CellID): NotebookCell

    Permalink
  7. val cells: ShortList[NotebookCell]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val config: Option[NotebookConfig]

    Permalink
  10. def createComment(id: CellID, comment: Comment): Notebook

    Permalink
  11. def deleteCell(id: CellID): Notebook

    Permalink
  12. def deleteComment(id: CellID, commentId: CommentID): Notebook

    Permalink
  13. def editCell(id: CellID, edits: ContentEdits, metadata: Option[CellMetadata]): Notebook

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def getCell(id: CellID): Option[NotebookCell]

    Permalink
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def insertCell(cell: NotebookCell, after: Short): Notebook

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def map(fn: (NotebookCell) ⇒ NotebookCell): Notebook

    Permalink
  21. def moveCell(id: CellID, after: CellID): Notebook

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. val path: ShortString

    Permalink
  26. def results: List[CellResult]

    Permalink

    returns

    All of the results in this notebook, in order, as CellResults.

  27. def setMetadata(id: CellID, metadata: CellMetadata): Notebook

    Permalink
  28. def setResults(id: CellID, results: List[Result]): Notebook

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def updateCell(id: CellID)(fn: (NotebookCell) ⇒ NotebookCell): Notebook

    Permalink
  31. def updateComment(id: CellID, commentId: CommentID, range: CellRange, content: String): Notebook

    Permalink
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def withoutResults: Notebook

    Permalink

    returns

    A copy of this notebook without any results

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Message

Inherited from AnyRef

Inherited from Any

Ungrouped