Re: Status of new UI

2021-05-21 Thread Vladimir Prus
Hi Eric and Jeff, thanks for the clarification - it's helpful. Sadly, I moved away from UI back to backend engineering (and need to update the website), and my UI colleagues are all using React. It is unlikely we can contribute anything major. On Fri, May 21, 2021 at 5:01 PM Eric Pugh wrote: >

Re: Status of new UI

2021-05-21 Thread Eric Pugh
I wanted to add my encouragement Vladimir…. A lot of these “data analytics/backend system” project suffer by not having enough front end passionate people. I just checked out your website, and you lead with “UX Designer” ;-). I suspect you could contribute a lot to Zeppelin! Eric > On Ma

Re: Status of new UI

2021-05-21 Thread Jeff Zhang
Hi Vladimir, I don't think the new UI is ready for production, the development has ceased for a while. For now most of the active contributors of Zeppelin are backend guys. We would be very appreciated if you or anyone else could help continue the development of new UI, Vladimir Prus 于2021年5月21日

Status of new UI

2021-05-21 Thread Vladimir Prus
Hi, I see that Zeppelin has new in-development UI (available view "Try the new Zeppelin" link). Is there any overview of its status? E.g. is it ready for users? And if it's not, what is approximate timeline when it will be ready? I'm asking because I'm making some fixes (initially, locally), and

Re: Custom init for Spark interpreter

2021-05-21 Thread Jeff Zhang
Thanks Vladimir Vladimir Prus 于2021年5月21日周五 下午5:35写道: > Jeff, > > thanks for the response. I've created > https://issues.apache.org/jira/browse/ZEPPELIN-5386 and will see whether > I can make a generic patch for this. > > On Fri, May 21, 2021 at 11:21 AM Jeff Zhang wrote: > >> Right,we have hoo

Re: Custom init for Spark interpreter

2021-05-21 Thread Vladimir Prus
Jeff, thanks for the response. I've created https://issues.apache.org/jira/browse/ZEPPELIN-5386 and will see whether I can make a generic patch for this. On Fri, May 21, 2021 at 11:21 AM Jeff Zhang wrote: > Right,we have hooks for each paragraph execution, but no interpreter > process level hoo

Re: AW: AW: plotly plots in apache zeppelin

2021-05-21 Thread f . idelberger
I have no solution for this problem, but you can disable the menu.   fig.to_html(config={'displayModeBar': True})   The function has more parameters that might be interesting performance-wise.   - Original message - From: To: Cc: Subject: AW: AW: plotly plots in apache zeppelin Dat

Re: Custom init for Spark interpreter

2021-05-21 Thread Jeff Zhang
Right,we have hooks for each paragraph execution, but no interpreter process level hook. Could you create a ticket for that ? And welcome to contribute. Vladimir Prus 于2021年5月21日周五 下午4:16写道: > > Hi, > > is there a way, when using Spark interpreter, to always run additional > Scala code after sta

Custom init for Spark interpreter

2021-05-21 Thread Vladimir Prus
Hi, is there a way, when using Spark interpreter, to always run additional Scala code after startup? E.g. I want to automatically execute import com.joom.whatever._ so that users don't have to do it all the time. I see that BaseSparkScalaInterpreter.spark2CreateContext imports a few thing,