The zeppelin R interpreter documentation states:
If you return a data.frame, Zeppelin will attempt to display it using Zeppelin's built-in visualizations.
This can be seen in the documentation example:
However, when I attempt to run the same R commands from my zeppelin 0.6.0 notebook, I see the following:
Any idea why I'm not seeing the tabular output?