Add the class "dataframe"#128
Conversation
This will pretty-print the tables as a nice table with striped rows.
|
ah cool, where? jupyter lab? notebook? vs code? |
|
@flying-sheep Sorry, I realized much later that this class is required on Google Colab for pretty-printing R data frames just like pandas data frames. For regular Jupyter Notebooks, the display is already nice! |
|
OK! Just fix the tests and I’ll merge it |
|
@flying-sheep I don't see any tests that are failing. the CI logs seem to indicate that the |
|
In oldrel, yes, seems like that one’s broken or flaky. But in the release job, you can see test failures: https://travis-ci.org/github/IRkernel/repr/jobs/675920799 |
|
I fixed the tests. It passes on |
|
Seems like it, weird. Thank you for the contribution! |
This will pretty-print the tables as a nice table with striped rows.