Package

polynote.kernel

environment

Permalink

package environment

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. environment
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Config = Has[PolynoteConfig]

    Permalink
  2. type CurrentNotebook = Has[NotebookRef]

    Permalink
  3. type CurrentRuntime = Has[KernelRuntime]

    Permalink
  4. type CurrentTask = Has[TaskRef]

    Permalink
  5. type PublishMessage = Has[UPublish[Message]]

    Permalink
  6. type PublishResult = Has[UPublish[Result]]

    Permalink
  7. type PublishStatus = Has[UPublish[KernelStatusUpdate]]

    Permalink
  8. type TaskRef = ZRefM[Any, Any, Nothing, Nothing, TaskInfo, TaskInfo]

    Permalink

Value Members

  1. object Config

    Permalink

    The capability to access the current configuration as a PolynoteConfig

  2. object CurrentNotebook

    Permalink

    The capability to access and modify the current Notebook

  3. object CurrentRuntime

    Permalink

    The capability to access the current KernelRuntime

  4. object CurrentTask

    Permalink

    The capability to access and update the current task as a TaskInfo

  5. object Env

    Permalink

    Some utilities for enrichment of environment

  6. object PublishMessage extends (Message) ⇒ RIO[PublishMessage, Unit]

    Permalink

    The capability to publish general messages

  7. object PublishResult

    Permalink

    The capability to publish results

  8. object PublishStatus

    Permalink

    The capability to publish status updates

Inherited from AnyRef

Inherited from Any

Ungrouped