-
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
Error while trying to view a 3 dimensional numpy array #1145
Comments
@soares7vinicius Thanks for reporting this, I repro the same thing. Right now our data viewer doesn't really handle 3D arrays, so it's not something that we currently support (but we are looking into this). But we should be providing a better error message here to inform users. |
clicking the
|
I think something like Spyder's array viewer could be implemented. In Spyder there is an option to select the axis to view. |
+1, This would be an awesome addition to offer the same functionality as (if not better than) Spyder |
You can now inspect multidimensional tensors and ndarrays in the Jupyter extension's data viewer as of the April 2021 release: https://devblogs.microsoft.com/python/jupyter-in-visual-studio-code-april-2021-release/ |
Steps to cause the bug to occur
Actual behavior
Get the following error:
Expected behavior
Show the variable data
Jupyter and/or Python environment
The text was updated successfully, but these errors were encountered: