I have a concern working with Jupyter Notebook in VS Code: I was trying to make a simple table using markdown but come across with a simple issue
| Class Interval | frequency |
| :------------: | :-------: |
| 10-19 | 3 |
| 20-29 | 5 |
| 30-39 | 3 |
| 40-49 | 1 |
I was using this markdown code but the output was not that visually relevant, the headers are really near to each other. Image
How can I fix this? and how can I separate the header to each other visually?