Re: After upgrading to 0.7.0 behaviour changed for REPL

2017-02-19 Thread moon soo Lee
Regarding documentation, Spark interpreter expose ZeppelinContext [1] to use with variable 'z'. There can be some undocumented function and you check from the source code [2]. Also SparkInterpreter allows access InterpreterContext [3] from z.InterpreterContext() and this gives some low level acce

Re: After upgrading to 0.7.0 behaviour changed for REPL

2017-02-19 Thread Xiaohui Liu
z.getInterpreterContext.out.clear is really neat to control what we want to show in the output box. Is there a similar interface in python interpreter? Regards On Tue, Feb 14, 2017 at 8:20 AM, moon soo Lee wrote: > Hi, > > The behavior is changed since Zeppelin support multiple result in a > pa