A recent regression that I've noticed is that column names wrapped in $ no longer render nicely as latex in a jupyter notebook.
Does anyone else get this behavior?
Thanks for this useful package.
Reproduction
import itables
import pandas as pd
itables.init_notebook_mode()
pd.DataFrame({'a':[1,2],'$$b$$':[2,3],'$$c$$':[2,3]}).set_index(['a'])
The code above gives this in notebook 7:
Might be useful to note that, once exported to html, it does render correctly.
here is my piplist.txt