How are you,
I am using Google Colab to solve exercises of my university in combination with the pandas library.
According to the documentation of Colab to be able to show some formula using LATEX, you have to introduce it between two dollar signs ($) which works correctly for me. For example here an image of a part of my document that works without problems.
The drawback occurs when I try to generate a table with some values that will serve to explain the problem I am solving but are not rendered. Next I show the image of how it is rendered
As a test try to render a matrix that is the closest thing to a table and I have no problems.
Can the problem occur because Colab is not supporting or is blocking the rendering of tables?
What would be the correct way to generate a table within the text part of Google Colab?
I have found solutions for how to use LATEX in other stackoverflow responses but these solutions do not work for me since I want the table to appear in the text part of my colab document and not within the code part.
Thank you for your answers.