JupyterLab Dictionary Content Output Format

On a related note, there’s pprint that is for producing aesthetically pleasing representations of your data structures, see here for one application and some resources.
The OP could use something like the following in combination with zooming out the browser window some degree and or hiding the navigation panel temporarily:

from pprint import pprint
pprint(people, width = 230)