repr
repr copied to clipboard
add class="table" to HTML table reprs?
this would really spice up the tables shown in the pager. also the pager differs in styling from the output since its tables don’t get styled at all.
in jupyter/notebook#1182, @janschulz introduced the table beautifier extension ipython-contrib/IPython-notebook-extensions#524.
does that one also work for the pager? should we not change reprs to accomodate certain output formats and rely on such extensions instead, or is class=table semantic enough to make sense?