Package

polynote.server

repository

Permalink

package repository

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. repository
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class FileBasedRepository extends NotebookRepository

    Permalink
  2. final case class NotebookContent(cells: List[NotebookCell], config: Option[NotebookConfig]) extends Product with Serializable

    Permalink
  3. trait NotebookRepository extends AnyRef

    Permalink

    A Notebook Repository operates on notebooks stored by path.

    A Notebook Repository operates on notebooks stored by path. The path of a notebook should be a forward-slash separated path with no leading slash. Such paths must be passed wherever paths are expected and returned wherever paths are returned (including in a Notebook's path field).

  4. class TreeRepository extends NotebookRepository

    Permalink

    Notebook Repository that delegates to child Repositories that correspond to Storage Mounts polynote.config.Mount.

Value Members

  1. object NotebookRepository

    Permalink
  2. package format

    Permalink
  3. package fs

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped