All Downloads are FREE. Search and download functionalities are using the official Maven repository.

almond.toree.LineMagicHandler.scala Maven / Gradle / Ivy

The newest version!
package almond.toree

import almond.api.JupyterApi

@FunctionalInterface
trait LineMagicHandler {
  def handle(name: String, values: Seq[String]): Either[JupyterApi.ExecuteHookResult, String]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy