Closed jack89roberts closed 5 years ago
The whiteboard visualisation is currently styled and saved to HTML using pandas:
https://pandas.pydata.org/pandas-docs/stable/user_guide/style.html
https://pandas.pydata.org/pandas-docs/version/0.23.4/generated/pandas.DataFrame.to_html.html
It has some limitations, including:
Relates to #3
Now replaced with a custom function that writes HTML/CSS. Cell spacing/sizes still a pain in general but improved compared to the pandas function. Marking as closed.
The whiteboard visualisation is currently styled and saved to HTML using pandas:
https://pandas.pydata.org/pandas-docs/stable/user_guide/style.html
https://pandas.pydata.org/pandas-docs/version/0.23.4/generated/pandas.DataFrame.to_html.html
It has some limitations, including: