Table intercolumn spaces
This code
A = matrix([[3, 1], [0, 2]])
B = matrix([[2, 1], [0, 3]])
bots = NormalFormGame([A, B])
botsr=[[tuple(bots[(0,0)]),tuple(bots[(0,1)])],[tuple(bots[(1,0)]),tuple(bots[(1,1)])]]
t=table(botsr,header_row=['Boxe','Ballet'],header_column=['',r'<b> Boxe</b>',r'<b> Ballet</b>'])
show(t)
produce this. is ther a way to shorten the space between columns because it's ugly
I do not see the problem at Sagecell - check this out: https://sagecell.sagemath.org/?q=silxnf
Indeed there is no problem in SageCell. But with SageMath version 9.7 with docker there is a problem