Closed kojix2 closed 5 years ago
@zalt50 What do you think?
Cc @uditgulati
How about c2d55563a3a5ead26af02bb5b3b3ea1c3e0b3352? It makes an array clipped.
I see. I think it's very good. I want to display the last number of each line/column if possible.
I want to stop implicit use of MathJax for displaying the result.
@prasunanand Thank you .I am a fan of NArray. Let me know if you have any feedback from NMatrix community.
@mrkn I agree.
@zalt50 How about https://github.com/kojix2/iruby/commit/b3f7ddc662442669b9b9ef5dbf29e5eb70bc0293
I think only showing first 5 and last rows and columns should be enough.
We are thinking of fixing this problem for NMatrix too during this GSoC.
https://github.com/kojix2/iruby/commit/b3f7ddc662442669b9b9ef5dbf29e5eb70bc0293 is nice for me, but some people don't need MathJax so is it possible to choose whether to use MathJax in runtime?
Oops, It was discussed in the past #97
Changed default display format for NArray to text/plain. Thanks to everyone who commented.
It may be time to rethink how iRuby displays arrays.
Matrix rendering with MathJax is beautiful. However, it is not appropriate when displaying large sized arrays or matrices. In the worst case, the browser freezes.
https://github.com/ruby-numo/numo-narray/issues/124