I made a matrix 12x8 to use it as a gameboard with numpy but when I try to print it the matrix is printed incomplete (with ellipsis in the middle). My real question is how can I print it correctly. Thanks.
Use np.set_printoptions()
to control summarization when printing.