Packages

c

almond

JupyterApiImpl

final class JupyterApiImpl extends JupyterApi with FullJupyterApi with VariableInspectorApiImpl

Actual almond.api.JupyterApi instance

Linear Supertypes
VariableInspectorApiImpl, FullJupyterApi, JupyterApi, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JupyterApiImpl
  2. VariableInspectorApiImpl
  3. FullJupyterApi
  4. JupyterApi
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JupyterApiImpl(execute: Execute, commHandlerOpt: ⇒ Option[CommHandler], replApi: ReplApiImpl, silent0: Ref[Boolean], allowVariableInspector: Option[Boolean])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val allowVariableInspector: Option[Boolean]
    Attributes
    protected
    Definition Classes
    JupyterApiImplVariableInspectorApiImpl
  5. def ansiTextToHtml(text: String): String
    Attributes
    protected
    Definition Classes
    JupyterApiImpl → FullJupyterApi
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def changingPublish: OutputHandler
    Definition Classes
    JupyterApiImpl → JupyterApi
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. final def comm: CommHandler
    Definition Classes
    JupyterApi
  10. def commHandler: CommHandler
    Definition Classes
    JupyterApiImpl → JupyterApi
  11. def declareVariable[T](name: String, value: ⇒ T, strValueOpt: Option[String])(implicit tprint: TPrint[T], tcolors: TPrintColors, classTagT: ClassTag[T]): Unit
    Attributes
    protected
    Definition Classes
    VariableInspectorApiImpl
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def printOnChange[T](value: ⇒ T, ident: String, custom: Option[String], onChange: Option[((T) ⇒ Unit) ⇒ Unit], onChangeOrError: Option[((Either[Throwable, T]) ⇒ Unit) ⇒ Unit])(implicit tprint: TPrint[T], tcolors: TPrintColors, classTagT: ClassTag[T]): Iterator[String]
    Attributes
    protected
    Definition Classes
    JupyterApiImpl → FullJupyterApi
  22. implicit final lazy val publish: OutputHandler
    Definition Classes
    JupyterApi
  23. def register[T](f: (T) ⇒ Map[String, String])(implicit arg0: ClassTag[T]): Unit
    Definition Classes
    JupyterApi
  24. def silent: Boolean
    Definition Classes
    JupyterApiImpl → JupyterApi
  25. def silent(s: Boolean): Unit
    Definition Classes
    JupyterApiImpl → JupyterApi
  26. final def stdin(prompt: String, password: Boolean): String
    Definition Classes
    JupyterApi
  27. def stdinOpt(prompt: String, password: Boolean): Option[String]
    Definition Classes
    JupyterApiImpl → JupyterApi
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final lazy val updatableResults: UpdatableResults
    Definition Classes
    JupyterApi
  31. def updatableResults0: UpdatableResults
    Attributes
    protected
    Definition Classes
    JupyterApiImpl → JupyterApi
  32. def variableInspectorDictList(): Unit
    Attributes
    protected
    Definition Classes
    VariableInspectorApiImpl
  33. def variableInspectorEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    VariableInspectorApiImpl
  34. def variableInspectorImplPPrinter(): PPrinter
    Attributes
    protected
    Definition Classes
    JupyterApiImplVariableInspectorApiImpl
  35. def variableInspectorInit(): Unit
    Attributes
    protected
    Definition Classes
    VariableInspectorApiImpl
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  39. object VariableInspector
    Definition Classes
    FullJupyterApi

Inherited from VariableInspectorApiImpl

Inherited from FullJupyterApi

Inherited from JupyterApi

Inherited from AnyRef

Inherited from Any

Ungrouped