Hi, `%something` is called *interpreter* in Zeppelin.
Here are few docs you can refer to write new interpreters. - http://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/development/writingzeppelininterpreter.html You can write interpreters work on the browser using javascript. It's Spell which has few limitations but also provides good features. (e.g can be display system as well) - http://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/development/writingzeppelinspell.html Thanks. On Fri, Jun 23, 2017 at 8:27 AM, 小野圭二 <onoke...@gmail.com> wrote: > Hi, > > I am super beginner on here, but this is an amazing project, thx. > And not sure all of them, so am sorry if this is a little bit silly > question. > > I saw how to write some code on Zeppelin, at the same time, the same code > can run on it as a application program like this. > > [in notebook] > %<something> hogehoge.scala > > But in the case of this type, how should i write the code in the > application to use variety figures and so on? > I could not find out the relation between a application / code and display > procedure in the docs. :-b > > Any info and advices thank. > > -Keiji > > >