Packages

c

almond

JupyterApiImpl

final class JupyterApiImpl extends JupyterApi with FullJupyterApi

Actual almond.api.JupyterApi instance

Linear Supertypes
FullJupyterApi, JupyterApi, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JupyterApiImpl
  2. FullJupyterApi
  3. JupyterApi
  4. AnyRef
  5. 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])

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 ansiTextToHtml(text: String): String
    Attributes
    protected
    Definition Classes
    JupyterApiImpl → FullJupyterApi
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def changingPublish: OutputHandler
    Definition Classes
    JupyterApiImpl → JupyterApi
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. final def comm: CommHandler
    Definition Classes
    JupyterApi
  9. def commHandler: CommHandler
    Definition Classes
    JupyterApiImpl → JupyterApi
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. 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
  20. implicit final lazy val publish: OutputHandler
    Definition Classes
    JupyterApi
  21. def register[T](f: (T) ⇒ Map[String, String])(implicit arg0: ClassTag[T]): Unit
    Definition Classes
    JupyterApi
  22. def silent: Boolean
    Definition Classes
    JupyterApiImpl → JupyterApi
  23. def silent(s: Boolean): Unit
    Definition Classes
    JupyterApiImpl → JupyterApi
  24. final def stdin(prompt: String, password: Boolean): String
    Definition Classes
    JupyterApi
  25. def stdinOpt(prompt: String, password: Boolean): Option[String]
    Definition Classes
    JupyterApiImpl → JupyterApi
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final lazy val updatableResults: UpdatableResults
    Definition Classes
    JupyterApi
  29. def updatableResults0: UpdatableResults
    Attributes
    protected
    Definition Classes
    JupyterApiImpl → JupyterApi
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from FullJupyterApi

Inherited from JupyterApi

Inherited from AnyRef

Inherited from Any

Ungrouped