SuccessfulKoala55 , I get a list of 1 value. This value is a dictionary which has the keys type header and cells . cells is a dictionary in itself which has the keys height values align line font
WackyRabbit7 This is a json representation of the entire plot (basically how plotly sees it).
What you are after is:full_json[0]['cells']['values']Which is a list of lists (row order) in the table
I jsut think that if I use "report_table" I might as well be able to download it as CSV or something
WackyRabbit7 what format are you getting, exactly?