When using the to_excel function of pandas DataFrames, the formatter ExcelFormatter styles the cells in a nice way (for example, it merges repeated multiindex columns). Is it possible to copy this style in the display function of IPython.display so that Jupyter notebooks DataFrames are displayed like this too?
Thanks
You can use HTML and CSS, however.