Render notebook cell output as a table (csv MIME type)
[mime, notebook, output, render, table]
If you want to render a sortable table instead of comma delimited text with your cell output, it's as simple as going into the cell configuration and changing the mimetype to `text/csv` then re-running the cell. This is one of many super useful available MIME types you can take advantage of in your Runme notebook.
More examples