jupyter.kernel.protocol

Output

object Output

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Output
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class ClearOutput(_wait: Boolean) extends Product with Serializable

  2. case class CompleteReply(matches: List[String], cursor_start: Int, cursor_end: Int, status: ExecutionStatus) extends Product with Serializable

  3. case class ConnectReply(shell_port: Int, iopub_port: Int, stdin_port: Int, hb_port: Int) extends Product with Serializable

  4. case class DisplayData(source: String, data: Map[String, String], metadata: Map[String, String]) extends Product with Serializable

  5. case class Error(execution_count: Int, ename: String, evalue: String, traceback: List[String]) extends Product with Serializable

  6. case class ExecuteAbortReply(execution_count: Int, status: ExecutionStatusAbortType) extends ExecuteReply with Product with Serializable

  7. case class ExecuteErrorReply(execution_count: Int, ename: String, evalue: String, traceback: List[String], status: ExecutionStatusErrorType) extends ExecuteReply with Product with Serializable

  8. case class ExecuteInput(code: String, execution_count: Int) extends Product with Serializable

  9. case class ExecuteOkReply(execution_count: Int, payload: List[Map[String, String]], user_expressions: Map[String, String], status: ExecutionStatusOkType) extends ExecuteReply with Product with Serializable

  10. sealed trait ExecuteReply extends Product with Serializable

  11. case class ExecuteResult(execution_count: Int, data: Map[String, String], metadata: Map[String, String] = ...) extends Product with Serializable

  12. type ExecutionStatusAbortType = abort.type

  13. type ExecutionStatusErrorType = error.type

  14. type ExecutionStatusOkType = ok.type

  15. type False = Boolean(false)

  16. case class HistoryReply(history: List[(Int, Int, Either[String, (String, Option[String])])]) extends Product with Serializable

  17. case class InputRequest(prompt: String) extends Product with Serializable

  18. case class KernelInfoReply(protocol_version: String, implementation: String, implementation_version: String, language_info: LanguageInfo, banner: String) extends Product with Serializable

  19. case class KernelInfoReplyV4(protocol_version: List[Int], language: String) extends Product with Serializable

  20. case class LanguageInfo(name: String, version: String, codemirror_mode: String, file_extension: String, mimetype: String, pygments_lexer: String) extends Product with Serializable

  21. case class ObjectInfoFoundReply(name: String, ismagic: Option[Boolean], isalias: Option[Boolean], namespace: Option[String], type_name: Option[String], string_form: Option[String], base_class: Option[String], length: Option[String], file: Option[String], definition: Option[String], argspec: Option[ArgSpec], init_definition: Option[String], docstring: Option[String], init_docstring: Option[String], class_docstring: Option[String], call_def: Option[String], call_docstring: Option[String], source: Option[String], found: True) extends ObjectInfoReply with Product with Serializable

  22. case class ObjectInfoNotFoundReply(name: String, found: False) extends ObjectInfoReply with Product with Serializable

  23. sealed trait ObjectInfoReply extends Product with Serializable

  24. case class PyErr(ename: String, evalue: String, traceback: List[String]) extends Product with Serializable

  25. case class PyOutV3(prompt_number: Int, data: Map[String, String], metadata: Map[String, String] = ...) extends Product with Serializable

  26. case class PyOutV4(execution_count: Int, data: Map[String, String], metadata: Map[String, String] = ...) extends Product with Serializable

  27. case class ShutdownReply(restart: Boolean) extends Product with Serializable

  28. case class Status(execution_state: ExecutionState) extends Product with Serializable

  29. case class Stream(name: String, text: String) extends Product with Serializable

  30. case class StreamV4(name: String, data: String) extends Product with Serializable

  31. type True = Boolean(true)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object Error extends Serializable

  7. object ExecuteAbortReply extends Serializable

  8. object ExecuteErrorReply extends Serializable

  9. object ExecuteOkReply extends Serializable

  10. val False: Boolean(false)

  11. object LanguageInfo extends Serializable

  12. object ObjectInfoFoundReply extends Serializable

  13. object ObjectInfoNotFoundReply extends Serializable

  14. val True: Boolean(true)

  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped