'How to display a NumPy complex array in the variables inspector

I am using the Jupyter notebook in VSCode here; I define a NumPy array, where is complex numbers in the array, and I want to display it in the Jupyter variables to see the details in it. but I encounter this problem, all the cells show like this, does anyone know how to display it? thanks!

enter image description here



Solution 1:[1]

It's a short slab of Jupyter Notebook in VSCode for now. Other people have mentioned this on GitHub:

Dataviewer enrichment for List, Dictionary and Row

Data Viewer/Variable Explorer support for non-array like objects

You can upvote the feature request and join the discussion.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Steven-MSFT