object
Output
Type Members
-
case class
ClearOutput(_wait: Boolean) extends Product with Serializable
-
case class
CompleteReply(matches: List[String], cursor_start: Int, cursor_end: Int, status: ExecutionStatus) extends Product with Serializable
-
case class
ConnectReply(shell_port: Int, iopub_port: Int, stdin_port: Int, hb_port: Int) extends Product with Serializable
-
case class
DisplayData(source: String, data: Map[String, String], metadata: Map[String, String]) extends Product with Serializable
-
case class
Error(execution_count: Int, ename: String, evalue: String, traceback: List[String]) extends Product with Serializable
-
-
case class
ExecuteErrorReply(execution_count: Int, ename: String, evalue: String, traceback: List[String], status: ExecutionStatusErrorType) extends ExecuteReply with Product with Serializable
-
case class
ExecuteInput(code: String, execution_count: Int) extends Product with Serializable
-
case class
ExecuteOkReply(execution_count: Int, payload: List[Map[String, String]], user_expressions: Map[String, String], status: ExecutionStatusOkType) extends ExecuteReply with Product with Serializable
-
sealed
trait
ExecuteReply extends Product with Serializable
-
case class
ExecuteResult(execution_count: Int, data: Map[String, String], metadata: Map[String, String] = ...) extends Product with Serializable
-
type
ExecutionStatusAbortType = abort.type
-
type
ExecutionStatusErrorType = error.type
-
type
ExecutionStatusOkType = ok.type
-
type
False = Boolean(false)
-
case class
HistoryReply(history: List[(Int, Int, Either[String, (String, Option[String])])]) extends Product with Serializable
-
case class
InputRequest(prompt: String) extends Product with Serializable
-
case class
KernelInfoReply(protocol_version: String, implementation: String, implementation_version: String, language_info: LanguageInfo, banner: String) extends Product with Serializable
-
case class
KernelInfoReplyV4(protocol_version: List[Int], language: String) extends Product with Serializable
-
case class
LanguageInfo(name: String, version: String, codemirror_mode: String, file_extension: String, mimetype: String, pygments_lexer: String) extends Product with Serializable
-
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
-
-
sealed
trait
ObjectInfoReply extends Product with Serializable
-
case class
PyErr(ename: String, evalue: String, traceback: List[String]) extends Product with Serializable
-
case class
PyOutV3(prompt_number: Int, data: Map[String, String], metadata: Map[String, String] = ...) extends Product with Serializable
-
case class
PyOutV4(execution_count: Int, data: Map[String, String], metadata: Map[String, String] = ...) extends Product with Serializable
-
case class
ShutdownReply(restart: Boolean) extends Product with Serializable
-
case class
Status(execution_state: ExecutionState) extends Product with Serializable
-
case class
Stream(name: String, text: String) extends Product with Serializable
-
case class
StreamV4(name: String, data: String) extends Product with Serializable
-
type
True = Boolean(true)
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
object
Error extends Serializable
-
-
-
-
val
False: Boolean(false)
-
object
LanguageInfo extends Serializable
-
-
-
val
True: Boolean(true)
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any