Skip to content
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

Avoid visualising all the data of a numpy.ndarray #7238

Closed
omaech opened this issue Feb 6, 2024 · 3 comments
Closed

Avoid visualising all the data of a numpy.ndarray #7238

omaech opened this issue Feb 6, 2024 · 3 comments
Labels

Comments

@omaech
Copy link

omaech commented Feb 6, 2024

Problem

In the Python-Blosc2 project we found some problems with the new Jupyter NoteBook version when printing a big array. This is better described in: Blosc/python-blosc2#164

Proposed Solution

It would be nice that when the array is big the output is not the whole data. Instead it could only show the firsts and lasts positions of the array like it did in later versions.

@omaech omaech added enhancement status:Needs Triage Applied to issues that need triage labels Feb 6, 2024
@JasonWeill
Copy link
Collaborator

Triage notes: With which version of numpy do you see this behavior? If you saw different behavior before, was it with a different numpy version? If so, which version? It's unclear if this is a bug in Jupyter Notebook or in NumPy.

@JasonWeill
Copy link
Collaborator

@omaech Any updates about the questions from earlier?

@RRosio
Copy link
Collaborator

RRosio commented Feb 20, 2024

@omaech I will go ahead and close this issue due to inactivity but please feel free to reopen it with any updates or information previously requested!

@RRosio RRosio closed this as completed Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants