Zeppelin prints only one type of display system at one time. Since your example doesn't start with magic keyword(such as %html %table) Zeppelin will print it as plain text. There are several rules which type gets priority than others, [1] Comment on pr #164 will help you to understand how Zeppelin display system works.
[1] https://github.com/apache/zeppelin/pull/164#issuecomment-124231907 On Mon, Sep 12, 2016 at 10:29 AM, Jeff Zhang <zjf...@gmail.com> wrote: > > Part of my interpreter output is plain text, and another part is html. Is > it possible to display them correctly in zeppelin now ? > > e.g. the following code can not display both plain text and html together. > > println("Jeff, %html <h1>Hello</h1>") > > > > -- > Best Regards > > Jeff Zhang >