Hi, I am using the Presto interpreter (https://github.com/apache/incubator- zeppelin/pull/68) to run some sql queries and I want to access the results in other cells for further analysis. Any ideas about how to do that?
%presto ... my sql query... How to access the above output in this cell? Thanks, Nezih