list_collab = ["A", "B", "C", "D", "E"]
collab = set(list_collab)
show(list_collab)
subcollab = Subsets(collab,3,submultiset=True)
show(list(subcollab))
affinites= [[ZZ.random_element(1,5) for i in range(0,5)] for j in range(0,4)]
#show(list_collab)
list_collab1 = ['']+list_collab[0:]
list_collab2 = [r'<b style="color:black">'+x+r'</b>' for x in list_collab2]
show(table_aff)
I have no complaints with this code. But the column header is not in bold. A suggegestion .