Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Apache Zeppelin have intellisense?

Does Apache Zeppelin have intellisense/auto-completion support in its notebook ui?

if so how do I use it?

I tried searching on the internet but was unsuccessful to find a source which works. This https://github.com/NFLabs/zeppelin/issues/248 says to use ctrl-, but it did not work. I wonder whether intellisense support was removed after the project was moved to Apache.

like image 268
DesirePRG Avatar asked Sep 25 '15 04:09

DesirePRG


1 Answers

After going through the Jira of Apache Zeppelin I found that they have used Ctrl+. as the auto-completion shortcut key. And it works.

like image 123
DesirePRG Avatar answered Sep 17 '22 15:09

DesirePRG