+1 for Tab auto-completion. Just submitted one-liner PR that sets (TAB) key as autocompletion shortcut: (ZEPPELIN-277 <https://issues.apache.org/jira/browse/ZEPPELIN-277> and PR: https://github.com/apache/incubator-zeppelin/pull/273) The existing (Ctrl+.) is kept for backward comp.
Also ZEPPELIN-219 <https://issues.apache.org/jira/browse/ZEPPELIN-219> - (Automatic detection of editor modes that determines the highlightings and auto-completion for an interpreter) is being waiting merging for some time now. There are couple of other Auto-completion related improvements like ZEPPELIN-139 <https://issues.apache.org/jira/browse/ZEPPELIN-139> , ZEPPELIN-214 <https://issues.apache.org/jira/browse/ZEPPELIN-214> that address the ability of the Interpreter decides the ACE modes (and related highlight / completion features). Those though are dependent on ZEPPELIN-219. On 2 September 2015 at 08:14, madhuka udantha <[email protected]> wrote: > Hi, > > +1 for Auto completion > > It improves the UE in zeppelin. Since zeppelin supports interpreters, > each could have different languages and grammar. So depending upon the > interpreter the auto-completion must able to switch between. > > On Wed, Sep 2, 2015 at 10:53 AM, moon soo Lee <[email protected]> wrote: > >> Hi, >> >> I recently read one article about Zeppelin that mentioning weak support >> of keyboard shortcuts. I think overall keyboard shortcuts need to be >> improved for user experience. Improving auto completion command can be part >> of it. >> >> Notebook with different privileges and DAG is quite interesting. >> I can get groups with their own access permission, but not really >> understand the detail - about mapping between ZappelinServer and notebook. >> Can you explain little bit more? >> >> Overall i think your ideas are aligned to where Zeppelin is going. >> Very appreciate sharing your ideas. >> >> Thanks, >> moon >> >> >> On Wed, Aug 26, 2015 at 9:18 PM 毕岩 <[email protected]> wrote: >> >>> >>> Hello everyone: >>> >>> I have some ideas on zeppelin. >>> >>> 1) Auto completion command by click "TAB" ,like ipython notebook >>> I deem it's support will improve UE highly. >>> >>> 2)I know it's in next month that the feature of Sharing read-only notes >>> will be release. can we add extra privileges to note,eg: >>> read: you can only read the note if you only have the read >>> privilege >>> write: write privilege includes read privilege, Having it, you can >>> edit and run paragraphs in the note in addition. >>> execute: execute privilege includes read and write privileges. >>> Having it, you can set interpretersettings related to this note, and set >>> crontab job. And The most important is you can share this note to everyone >>> you want to share with and grant one of the three privileges 。 >>> >>> 3)support DAG to run paragraphs in one note(in one note for >>> simplifying). >>> when click "runAll" or set crontab, if we use the spark and sql in >>> one note and sql codes need depends on the output of spark codes, it will >>> go wrong in this case. >>> So, It can run as the order we wanna, if we set mark to some >>> paragraphs. >>> >>> 4) In our cases, every groups using zeppelin have their own access >>> permission(hadoop account). For this, we have to start up some Zeppelin >>> Server(ZS). But we are inclined to "one ZS done". >>> my imagining: >>> add one concept called "namespace" to ZS >>> Now, one ZS maps one notebook, and one notebook can map servals >>> notes; >>> Can we make ZS map some Notebooks. and every notebook is one >>> namespace. Move all authentication to namespace scope. >>> >>> At last, I hope to know which parts the zeppelin community will do, >>> which parts not to do. >>> >>> please put forward valuable opinions about these and help me correct >>> them. >>> I will be appreciate. >>> >>> Thank you.. >>> >> > > > -- > Cheers, > Madhuka Udantha > http://madhukaudantha.blogspot.com > -- Christian Tzolov <http://www.linkedin.com/in/tzolov> | Solution Architect, EMEA Practice Team | Pivotal <http://pivotal.io/> [email protected]|+31610285517
