I have the following prettytable headings:
row[0] = ('k','No', 'A', 'I', 'P', 'lambda', 'rho','Wq', 'Est. Cost', 'Time (s)')
t = PrettyTable(row[0])
In the above table, I want to write lambda, rho, and W^q in a math way. Is it possible here in the pretty table? Thanks!