[ 
https://issues.apache.org/jira/browse/TOREE-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048197#comment-16048197
 ] 

ASF GitHub Bot commented on TOREE-380:
--------------------------------------

Github user chipsenkbeil commented on a diff in the pull request:

    https://github.com/apache/incubator-toree/pull/104#discussion_r121752852
  
    --- Diff: scala-interpreter/build.sbt ---
    @@ -18,3 +18,4 @@ import sbt.Tests.{Group, SubProcess}
      */
     
     libraryDependencies ++= Dependencies.sparkAll.value
    +libraryDependencies += "com.github.jupyter" % "jvm-repr" % "0.1.0"
    --- End diff --
    
    What does this do? Looking it up, I see that @rdblue was the author, but 
now it's under the jupyter umbrella. BSD-3 clause should be fine.
    
    Is there a reason it's just used here and not all interpreters?


> Interpreters should be allowed to send results other than text/plain.
> ---------------------------------------------------------------------
>
>                 Key: TOREE-380
>                 URL: https://issues.apache.org/jira/browse/TOREE-380
>             Project: TOREE
>          Issue Type: Improvement
>            Reporter: Ryan Blue
>            Assignee: Ryan Blue
>
> Jupyter allows kernels to send results using different content types, but 
> this isn't allowed by Toree for its interpreters. This prevents custom 
> display logic. The basic problem is that {{ExecuteOutput}} is a {{String}} 
> and not a {{Map[String, String]}} like {{CellMagicOutput}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to