Re: improving matplotlib integration in zeppelin

2016-08-30 Thread Goodman, Alexander (398K)
Hi all, I have recently finished implementing an inline plotting backend (for static images, see ZEPPELIN-1345) on my local machine as well as on a spark cluster. I will soon make a PR, but before that I have a few questions where I would like some insight from more experienced developers on this

Re: improving matplotlib integration in zeppelin

2016-08-23 Thread Alexander Bezzubov
Right, thank you Moon for explaining both approaches in detail. I will be happy to implement AngularDisplay support for Python interpreter later on, to enable it to interact with AngularObjects the way SparkInterpreter does. I have created ZEPPELIN-1361

Re: improving matplotlib integration in zeppelin

2016-08-19 Thread Goodman, Alexander (398K)
Hi Moon, Thank you for the informative response. You are right, this is all in fact explicitly stated in the most recent set of matplotlib release notes[1]. This won't really apply to the static inline plotting backend that I will be tackling first which will mostly be pure python, but it will pro

Re: improving matplotlib integration in zeppelin

2016-08-18 Thread moon soo Lee
Hi, It's great to see improving matplotlib integration. Thanks a lot. In my understanding, in interactive mode, the graph supposed to be updated even if some matplotlib methods are called in the other paragraph(cell). That means the result of a paragraph need to be updated by running another para

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