Github user Leemoonsoo commented on the issue:
https://github.com/apache/zeppelin/pull/2650
Thanks @SleepyThread for the contribution!
I have tested this branch. I'd like to more people take a look and leave
feedback on this feature.
Anyway, this looks like break current behavior. i.e. You can't print
multiple results in one paragraph.
Run following paragraph in both master and this branch.
```
%sh echo -e "%table key\tvalue\nsun\t100\nmoon\t200\n\n%table
fruit\tcolor\norange\t1\napple\t2"
```
Master branch will shows two table and this branch will display only the
first one.
---