Upon trying to increase the size of a Matplotlib table generated from a csv file, the following code will not work to enlarge the font of the table's text:
plt.rcParams["figure.figsize"] = (8,5.5)
How can I increase the size of the font in Jupyter?