-
Notifications
You must be signed in to change notification settings - Fork 294
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
Can't visualise 3D arrays with variables explorer #1464
Comments
Sounds like we'll have to special case this in the dataviewer and in our extraction code. 3D arrays would need some sort of slicing mechanism. |
Slicing is what is done with Spyder. |
TODO: add an error message |
Possible duplicate of #1145? |
This is actually fixed now. Thanks for noticing @rajkundu |
Data science require visualising 3D arrays for testing/debugging purposes.
When double clicking on the variable array in the variable explorer :
This array can't be visualised in the variable explorer, only 2D arrays are allowed.
Spyder displays it as a 2D array and allow to switch dimenssion and slice through the array.
Not super intuitive at first but works and should be easy to implement. It's just about extracting 2D from 3D.
The text was updated successfully, but these errors were encountered: