You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@toree.apache.org by "Ryan Blue (JIRA)" <ji...@apache.org> on 2017/02/13 23:23:42 UTC

[jira] [Created] (TOREE-380) Interpreters should be allowed to send non-text results.

Ryan Blue created TOREE-380:
-------------------------------

             Summary: Interpreters should be allowed to send non-text results.
                 Key: TOREE-380
                 URL: https://issues.apache.org/jira/browse/TOREE-380
             Project: TOREE
          Issue Type: Improvement
            Reporter: 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.3.15#6346)