I am trying to left-align the whole table in Markdown (render in JupyterLab). Here is my table:
| | 0 | 1 |
|--- |--- |--- |
| 0 | 2 | 3 |
| 1 | 4 | 5 |
Any suggestions? I tried solutions suggested in similar posts such as here; none of them worked. If it helps at all, this table is a pandas DataFrame display.