Package

jupyter

api

Permalink

package api

Visibility
  1. Public
  2. All

Type Members

  1. trait Comm extends AnyRef

    Permalink
  2. sealed abstract class CommChannelMessage extends Product with Serializable

    Permalink
  3. final case class CommClose(data: String) extends CommChannelMessage with Product with Serializable

    Permalink
  4. final case class CommMessage(data: String) extends CommChannelMessage with Product with Serializable

    Permalink
  5. final case class CommOpen(target: String, data: String) extends CommChannelMessage with Product with Serializable

    Permalink
  6. trait Display extends AnyRef

    Permalink
  7. trait Publish extends Display

    Permalink

Ungrouped