Re: Can I call sub-function in Zeppelin?

2017-02-28 Thread moon soo Lee
Hi Jin, Zeppelin provides interface that each interpreter implement 'completion()' method. For example, SparkInterpreter implement 'completion()' [1] and supposed to return available list of method when user enter ctrl+. after dot (e.g. sc. and ctrl+.) If it does not work for you, please feel

Can I call sub-function in Zeppelin?

2017-02-23 Thread Beth Lee
Zeppelin supports auto-complete function in a notebook. So I enter the ctrl+. in my notebook to use it. But I can only show the lists which I typed it before. Is there any way to call sub-function using the auto-complete function in python or spark etc.? (In case of python: When I enter the tab