Re: Auto completion for defined variable names

2017-03-21 Thread moon soo Lee
Hi, Thanks for reporting the problem. Although some interpreter implements auto-completions, overall experience on auto-completion is something that Zeppelin need to improve. If you can file some JIRA issues, that will encourage code contributions. Thanks, moon On Mon, Mar 20, 2017 at 4:51 AM

Auto completion for defined variable names

2017-03-20 Thread Meethu Mathew
Hi, Is there any way to get auto-completion or suggestions for the defined variable names? In Jupyter notebooks, once defined variables will show under suggestions. Ctrl+. is giving awkward suggestions for related functions also. For a spark data frame, it wont show the relevant functions.