Comment imprimer l'intégralité du jupyter de la table

with numpy.printoptions(threshold=numpy.inf):
    print(arr)
Zany Zebra