How can I make a table with a customized color and hoverinfo for each cell of the table?
I do not know how to pass customized colors for each cell to the function create_table from ploty.figure_factory!?
On the other hand I do not know how to simply add hoverinfo to the plot.graph_objs Table!?
Can someone show me either for create_table or Table how to do this?
I have tried to use the colorscale argument for create_table but this does not solve the problem. Thanks.