Address @bzz feedback

This commit is contained in:
AhyoungRyu 2016-06-14 09:35:25 -07:00
parent 649a14de29
commit 6a2f40b73e
2 changed files with 4 additions and 6 deletions

View file

@ -20,7 +20,7 @@ limitations under the License.
{% include JB/setup %}
## Html
With `%html` directive, Zeppelin treats your output as html
With `%html` directive, Zeppelin treats your output as HTML
<img src="/assets/themes/zeppelin/img/screenshots/display_html.png" />
@ -42,12 +42,10 @@ If table contents start with `%html`, it is interpreted as an HTML.
## Text
Zeppelin prints output of language backend in text, by default.
By default, Apache Zeppelin prints interpreter responce as a plain text using `text` display system.
<img src="/assets/themes/zeppelin/img/screenshots/display_text.png" />
You can explicitly say you're using text display system.
You can explicitly say you're using `text` display system.
<img src="/assets/themes/zeppelin/img/screenshots/display_text1.png" />
Note that display system is backend independent.

View file

@ -86,7 +86,7 @@ Learn more about [display systems](#display-system) in Apache Zeppelin.
<br />
## Dynamic forms
You can dynamically create some input forms in your notebook.
Zeppelin can dynamically create some input forms in your notebook.
<img class="img-responsive" src="/assets/themes/zeppelin/img/screenshots/form_input.png" width="450px" />