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], kernelClassLoader: ClassLoader)

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. def addExecuteHook(hook: ExecuteHook): Boolean
    Definition Classes
    JupyterApiImpl → JupyterApi
  5. val allowVariableInspector: Option[Boolean]
    Attributes
    protected
    Definition Classes
    JupyterApiImplVariableInspectorApiImpl
  6. def ansiTextToHtml(text: String): String
    Attributes
    protected
    Definition Classes
    JupyterApiImpl → FullJupyterApi
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def changingPublish: OutputHandler
    Definition Classes
    JupyterApiImpl → JupyterApi
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. final def comm: CommHandler
    Definition Classes
    JupyterApi
  11. def commHandler: CommHandler
    Definition Classes
    JupyterApiImpl → JupyterApi
  12. 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
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def executeHooks: Seq[ExecuteHook]
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val kernelClassLoader: ClassLoader
    Definition Classes
    JupyterApiImpl → FullJupyterApi
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. 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
  25. implicit final lazy val publish: OutputHandler
    Definition Classes
    JupyterApi
  26. def register[T](f: (T) ⇒ Map[String, String])(implicit arg0: ClassTag[T]): Unit
    Definition Classes
    JupyterApi
  27. def removeExecuteHook(hook: ExecuteHook): Boolean
    Definition Classes
    JupyterApiImpl → JupyterApi
  28. def silent: Boolean
    Definition Classes
    JupyterApiImpl → JupyterApi
  29. def silent(s: Boolean): Unit
    Definition Classes
    JupyterApiImpl → JupyterApi
  30. final def stdin(prompt: String, password: Boolean): String
    Definition Classes
    JupyterApi
  31. def stdinOpt(prompt: String, password: Boolean): Option[String]
    Definition Classes
    JupyterApiImpl → JupyterApi
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final lazy val updatableResults: UpdatableResults
    Definition Classes
    JupyterApi
  35. def updatableResults0: UpdatableResults
    Attributes
    protected
    Definition Classes
    JupyterApiImpl → JupyterApi
  36. def variableInspectorDictList(): Unit
    Attributes
    protected
    Definition Classes
    VariableInspectorApiImpl
  37. def variableInspectorEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    VariableInspectorApiImpl
  38. def variableInspectorImplPPrinter(): PPrinter
    Attributes
    protected
    Definition Classes
    JupyterApiImplVariableInspectorApiImpl
  39. def variableInspectorInit(): Unit
    Attributes
    protected
    Definition Classes
    VariableInspectorApiImpl
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  43. object VariableInspector
    Definition Classes
    FullJupyterApi

Inherited from VariableInspectorApiImpl

Inherited from FullJupyterApi

Inherited from JupyterApi

Inherited from AnyRef

Inherited from Any

Ungrouped