-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ndarray of text does not display correctly in variable explorer #22466
Comments
Hey @PhilipYip1988, thanks for reporting. I was able to reproduce this problem and we'll try to fix it in a future version. |
I tried to bisect and I think this issue may be caused by PR #20473 by myself, so I will try to fix it. |
I think I figured out what is going on: Spyder uses
That seems to confuse the Qt widget that displays the array. PR should be arriving soon. |
Spyder 5 did the same, but I agree that we can do better. This is a separate issue so I opened a new one in order to stay organized: #22570.
This reflects how numpy works:
The reason is that |
Issue Report Checklist
conda update spyder
(orpip
, if not using Anaconda)jupyter qtconsole
(if console-related)spyder --reset
Problem Description
Create an ndarray:
What steps reproduce the problem?
What is the expected output? What do you see instead?
There is an empty array, the text should display in it.
Paste Traceback/Error Below (if applicable)
Versions
Dependencies
The text was updated successfully, but these errors were encountered: