Home > front end >  How to display a NumPy complex array in the variables inspector
How to display a NumPy complex array in the variables inspector

Time:03-30

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

CodePudding user response:

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.

  • Related