Re: Zeppelin UX Design Roadmap Proposal

2016-04-08 Thread Aish Fenton
Hi, One thing I didn't see mentioned on the roadmap (maybe I just missed it) is simply fixing the existing plotting library in Zep. There's currently quite a few UIs bug with it (labels overlapping etc), and lots of missing plotting functionality (it's no replacement for matplotlib). Are there pla

Re: Math formula on %md model

2016-03-01 Thread Aish Fenton
+1 that'd be amazing. On Mon, Feb 29, 2016 at 6:04 PM Trevor Grant wrote: > +1 for math formula support in the mark down interpreter, > > Trevor Grant > Data Scientist > https://github.com/rawkintrevo > http://stackexchange.com/users/3002022/rawkintrevo > http://trevorgrant.org > > *"Fortunate is

Re: Unable to access AVRO method

2016-02-19 Thread Aish Fenton
I mean add in the dependency in the same way that the UI does. On Fri, Feb 19, 2016 at 2:30 PM Aish Fenton wrote: > > Hmm, > Maybe you could change the semantics of z.load to be automatically add in > the dependency? The only advantage I was really after with z.load was that > s

Re: Unable to access AVRO method

2016-02-19 Thread Aish Fenton
> So i want to ask people which one do we want to keep? %spark z.load(), > %dep z.load(). Neither, both, one of it? > > Thanks, > moon > > > On Fri, Feb 19, 2016 at 10:52 AM Aish Fenton wrote: > >> >> z.load was buggy, but it was self-documenting. I'

Re: Unable to access AVRO method

2016-02-19 Thread Aish Fenton
z.load was buggy, but it was self-documenting. I'm wondering with the new UI way, how will this work for people sharing/importing notebook? We quite commonly share notebooks. On Fri, Feb 19, 2016 at 10:09 AM moon soo Lee wrote: > Hi Ankur, > > It's bit depends on you Zeppelin version, but basi

Re: Persisted %html

2016-02-18 Thread Aish Fenton
Tried in the latest master and it is persisted now! Thanks. On Thu, Feb 18, 2016 at 5:18 PM Aish Fenton wrote: > > In the version I'm running it isn't, but I'll check latest version and > report back. > > > On Thu, Feb 18, 2016 at 5:09 PM moon soo Lee wrote

Re: Persisted %html

2016-02-18 Thread Aish Fenton
Or maybe, am i missing something? > > Thanks, > moon > > On Thu, Feb 18, 2016 at 5:04 PM Aish Fenton wrote: > >> Currently %html content isn't persisted in the notebook file (unlike >> %table content). This prevents many of the good plotting options from >

Persisted %html

2016-02-18 Thread Aish Fenton
Currently %html content isn't persisted in the notebook file (unlike %table content). This prevents many of the good plotting options from working, since you can't share the plots without them re-running the notebook. Is it possible to change this behavior? PS. Here's an example of what I'm doing