In Research Notebook, I work with Series and DataFrames on the terminal a lot. The default repr for a Series returns a reducted sample, with some head and tail values, but the rest missing.
Is there a builtin way to pretty-print the entire Series / DataFrame?