Ryan Munro created ZEPPELIN-3000: ------------------------------------ Summary: R data frames are not using built-in visualizations Key: ZEPPELIN-3000 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3000 Project: Zeppelin Issue Type: Bug Affects Versions: 0.7.3, 0.8.0 Environment: MacOS v10.12.6
java version "1.8.0_101" Java(TM) SE Runtime Environment (build 1.8.0_101-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode) Reporter: Ryan Munro In the R interpreter documentation (1), it shows that returning data frames will result in Zeppelin using the built in visualizations. {code} %spark.r data(mtcars) mtcars {code} !https://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/img/docs-img/replhead.png! But when I try to do this with both Zeppelin {{v0.7.3}} & {{v0.8.0-SNAPSHOT}}, the output is instead a text representation of the R data frame. !https://i.imgur.com/bFAyKSJ.png! (1) https://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/interpreter/r.html {quote}Cross posted from stack overflow: https://stackoverflow.com/questions/46736565/r-data-frames-are-not-using-zeppelins-built-in-visualizations{quote} -- This message was sent by Atlassian JIRA (v6.4.14#64029)