Negin Sobhani

Results 27 comments of Negin Sobhani

Here is another one I have found from Matlab: ![matlab](https://www.mathworks.com/company/newsletters/articles/matrix-indexing-in-matlab/_jcr_content/mainParsys/image_0.adapt.full.medium.gif/1469941402384.gif)

Okay, so I created this for adding to the tutorial, to better explain these concepts: ![Untitled drawio (1)](https://github.com/xarray-contrib/xarray-tutorial/assets/17344536/df03a89f-9998-4658-85b3-e02082f479ca) ``` np_arr = np.arange(1, 26).reshape(5, 5) np_arr [[0, 2, 4], [0, 2,...

@kmaehashi apologies for the long delay on this. This is updated, now the `repr` should print output as you suggested. For example: `array ([1 2 3], device = CPU, dtype...

@kmaehashi : Are there any `__repr__` tests? I guess maybe these should be updated too: https://github.com/cupy/cupy/blob/73911980e6557435114c71c7d4e4cd9e62cb54a7/tests/cupy_tests/io_tests/test_formatting.py#L11-L20

Hey @dcherian , Do you have any additional comments for this PR? I think we can merge this PR.

Hello @rsatapat, can we add a subset of the data to [xaray-data](https://github.com/pydata/xarray-data) for future tutorials? Any concerns regarding a subset of data being added for tutorials?

Relevant content from @jsiegle: https://xarray.dev/blog/xarray-for-neurophysiology