Package

almond

Permalink

package almond

Visibility
  1. Public
  2. All

Type Members

  1. final class Execute extends AnyRef

    Permalink

    Wraps contextual things around when executing code (capturing output, stdin via front-ends, interruption, etc.)

  2. final class JupyterApiImpl extends JupyterApi with FullJupyterApi

    Permalink

    Actual almond.api.JupyterApi instance

  3. final class ReplApiImpl extends ammonite.repl.ReplApiImpl

    Permalink

    Actual ammonite.repl.api.ReplAPI instance

  4. final class ScalaInterpreter extends Interpreter with AsyncInterpreterOps

    Permalink

    Holds bits of state for the interpreter, and implements almond.interpreter.Interpreter.

  5. final case class ScalaInterpreterParams(updateBackgroundVariablesEcOpt: Option[ExecutionContext] = None, extraRepos: Seq[String] = Nil, extraBannerOpt: Option[String] = None, extraLinks: Seq[Link] = Nil, predefCode: String = "", predefFiles: Seq[Path] = Nil, automaticDependencies: Map[String, Seq[String]] = Map(), forceMavenProperties: Map[String, String] = Map(), mavenProfiles: Map[String, Boolean] = Map(), codeWrapper: CodeWrapper = CodeClassWrapper, initialColors: Colors = Colors.Default, initialClassLoader: ClassLoader = ..., metabrowse: Boolean = false, metabrowseHost: String = "localhost", metabrowsePort: Int = 1, lazyInit: Boolean = false, trapOutput: Boolean = false, disableCache: Boolean = false, autoUpdateLazyVals: Boolean = true, autoUpdateVars: Boolean = true) extends Product with Serializable

    Permalink

Value Members

  1. object Execute

    Permalink
  2. object ReplApiImpl

    Permalink
  3. package amm

    Permalink
  4. package internals

    Permalink

Ungrouped