I want to see all the local variables and their values, in a compact way (e.g., if I have a huge array, I want the display trimmed to one line (so I can't use locals()).).
DeepSeek tells me to type whos, but ipdb replies with NameError: name 'whos' is not defined.