Github user echarles commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/702#issuecomment-193902973 Never tried `IRkernel/repr` nor `Base64enc`... The process would be : - Install them - Try to generate a plot / image - Report result (Curious to see the result and happy to develop a fix if they don't work fine). For RChart and GoogleViz visualizations: ``` install.packages(c('devtools','mplot', 'googleVis') ``` and ``` require(devtools) install_github('rCharts', 'ramnathv') ``` Oh, CI is green with (from https://s3.amazonaws.com/archive.travis-ci.org/jobs/114569249/log.txt) ``` Running org.apache.zeppelin.spark.SparkRInterpreterTest ... SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.406 sec - in org.apache.zeppelin.spark.SparkRInterpreterTest ``` I will take a picture of this :)
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---