I'm trying to use PyCharm for developing and debugging numpy code, and I would like to have a similar tool for inspecting numpy arrays. According to this link https://www.jetbrains.com/pycharm/features/scientific_tools.html there is built-in numpy array viewer. However, when stopped in the debugger, all I could see is this:
which is a really low-level representation. Is this really what they mean by the "array viewer" or there is the feature hidden in somewhere.
Thanks!


