Hey guys,
Here is an image of the code Iโm running and the resulting table it generates.
Can someone please tell me how I can increase the total number of rows to display?
Many thanks!
Hey guys,
Here is an image of the code Iโm running and the resulting table it generates.
Can someone please tell me how I can increase the total number of rows to display?
Many thanks!
Hi,
I donโt use go.Table
, but I would try first to change the height in layout:
fig.update_layout(height=1000) # or some other number
Hope this works!