Re: [VOTE] Release Apache Zeppelin 0.7.0 (RC1)

2017-01-21 Thread Goodman, Alexander (398K)
I also think ZEPPELIN-1980 should be included in 0.7.0 https://issues.apache.org/jira/browse/ZEPPELIN-1980 The reason being, built-in matplotlib integration is a major new feature that is slated to be included in 0.7.0, but without this PR, it will be broken for users with matplotlib 2.0.0, which

Re: Adding Angular API to non-Spark interpreters

2016-12-09 Thread Goodman, Alexander (398K)
Hi Randy, The main thing you are probably looking for is the AngularObjectRegistry class (https://github.com/apache/zeppelin/blob/master/zeppelin-int erpreter/src/main/java/org/apache/zeppelin/display/AngularOb jectRegistry.java). One of the fields of InterpreterContext is an instance of this clas

Re: improving matplotlib integration in zeppelin

2016-08-30 Thread Goodman, Alexander (398K)
pproach. > > > > > > Thanks, > > > moon > > > > > > [1] > > > https://github.com/apache/zeppelin/blob/master/zeppelin- > > > interpreter/src/main/java/org/apache/zeppelin/interpreter/ > > > InterpreterContextRunner.java > >

Re: improving matplotlib integration in zeppelin

2016-08-19 Thread Goodman, Alexander (398K)
gt; InterpreterContext.java#L123 > [3] > https://github.com/apache/zeppelin/blob/master/zeppelin- > interpreter/src/main/java/org/apache/zeppelin/display/ > AngularObjectRegistry.java > [4] > https://github.com/apache/zeppelin/blob/master/zeppelin- > interpreter/src/main/j

improving matplotlib integration in zeppelin

2016-08-18 Thread Goodman, Alexander (398K)
Hi all, As per previous discussion I had with Alex Bezzubov on the users mailing list, I have created two new JIRA issues ([1] and [2]) explaining in more detail what I think we should ultimately strive for in our ongoing work to improve matplotlib integration in zeppelin. For now I think I will b